Class Overload
Represents a function or class method overload element.
public
|
|
public
|
#
SetReturnType(
Helper function to set the overload return type. |
public
|
|
public
boolean
|
|
public
|
|
public
|
public
string
|
$description | |
#
Description of the element. |
public
array
|
$platforms | |
#
List of platforms where the element is supported. |
public
|
$return_type | |
#
The return type of the overload. |
public
|
$parameters | |
#
Holds the list of parameters for the overload. |
public
boolean
|
$protected | |
#
Flag that indicate if the method is protected. |
public
boolean
|
$constant | |
#
Flag that indicate if the method is const. |
public
boolean
|
$static | |
#
Flag that indicate if the method is static. |
public
boolean
|
$virtual | |
#
Flag that indicate if the method is virtual. |
public
boolean
|
$pure_virtual | |
#
Flag that indicate if the method is pure virtual. |
public
boolean
|
$deprecated | |
#
Flag that indicate if the method/function is deprecated. |
public
|
$function | |
#
Reference to the parent function element. |