Свойство | Type | Description | |
---|---|---|---|
argList | string | ||
author | string | ||
baseClasses | List |
||
briefDescription | string | ||
bugs | List |
||
children | List |
||
classMemberIndexTitle | string | ||
detailedDescription | string | ||
documentationCategory | string | ||
filename | string | ||
fullDefinition | string | ||
groupSyntax | bool | ||
id | string | ||
inbodyDescription | string | ||
includes | List |
||
isConst | bool | ||
isExplicit | bool | ||
isMutable | bool | ||
isStatic | bool | ||
kind | string | ||
macroBody | string | ||
name | string | ||
notes | List |
||
otherOverloads | List |
||
parameters | List |
||
parent | |||
path | string | ||
returnComment | string | ||
seeAlsoDocumentation | string | ||
similarOverload | |||
sourceFileEndLine | int | ||
sourceFileStartLine | int | ||
sourceFilename | string | ||
todos | List |
||
type | string | ||
value | string | ||
virtualness | Virtualness | ||
visibilityLevel | VisibilityLevel |
Méthode | Description | |
---|---|---|
ArgStringWithoutTypes ( ) : string | ||
ArrayLength ( ) : int | ||
BriefComment ( ) : string | ||
Category ( ) : string | ||
ClassCtor ( ) : |
If this Symbol is a class or a struct, returns the child symbol that is considered to be the ctor of this class.
|
|
ClassIndexDocFilename ( ) : string | ||
Comments ( ) : string[] | ||
FindChildByName ( string name ) : |
||
FindParamByName ( string paramName ) : |
||
FullQualifiedSymbolName ( ) : string | ||
FullQualifiedSymbolNameWithoutNamespace ( ) : string | ||
IsArray ( ) : bool | ||
IsConst ( ) : bool | ||
IsNumberType ( string type ) : bool | ||
IsPODType ( string type ) : bool | ||
MemberDocumentationFilename ( ) : string | ||
MemberDocumentationFilenameWithoutFileSuffix ( ) : string | ||
NameWithoutNamespace ( ) : string | ||
Namespace ( ) : string | ||
ScopeName ( ) : string | ||
ScopeNameWithoutNamespace ( ) : string |
Méthode | Description | |
---|---|---|
EscapeFilename ( string s ) : string |
public FindChildByName ( string name ) : |
||
name | string | |
Résultat |
public FindParamByName ( string paramName ) : |
||
paramName | string | |
Résultat |
public FullQualifiedSymbolName ( ) : string | ||
Résultat | string |
public FullQualifiedSymbolNameWithoutNamespace ( ) : string | ||
Résultat | string |
public static IsNumberType ( string type ) : bool | ||
type | string | |
Résultat | bool |
public static IsPODType ( string type ) : bool | ||
type | string | |
Résultat | bool |
public MemberDocumentationFilename ( ) : string | ||
Résultat | string |
public MemberDocumentationFilenameWithoutFileSuffix ( ) : string | ||
Résultat | string |
public ScopeNameWithoutNamespace ( ) : string | ||
Résultat | string |