Class ClassElement
Represents a class element.
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
AddEnumeration(
Adds an enumeration to the class. |
public
|
#
AddMethod(
Adds a new method/function to the class. |
public
boolean
|
public
string
|
$name | |
#
Holds the name of the class |
public
array
|
$platforms | |
#
List of platforms where the element is supported. |
public
boolean
|
$struct | |
#
Flag that indicates if this class should be treated as a struct. |
public
boolean
|
$forward_declaration | |
#
Flag that indicates if this class should be treated as a forward declaration. |
public
boolean
|
$has_parent | |
#
Flag that indicates if this class has parents. |
public
string[]
|
$parents | |
#
List of parents. |
public
|
$variables | |
#
List of member variables. |
public
|
$enumerations | |
#
List of enumerations. |
public
|
$methods | |
#
List of methods. |
public
string
|
$description | |
#
Description of the element. |
public
|
$header | |
#
Reference to the header containing this element. |
public
|
$namespace | |
#
Reference to the namespace containing this element. |