#include <Xrtti.h>
Inheritance diagram for Xrtti::ConstructorSignature:
Public Member Functions | |
U32 | GetArgumentCount () const |
const Argument & | GetArgument (U32 index) const |
bool | HasEllipsis () const |
Friends | |
class | Constructor |
class | MethodSignature |
|
Returns the number of arguments of the constructor.
|
|
Returns the argument at index [index].
|
|
Returns true if the constructor has ellipsis - an undefined number of arguments following the final declared argument, or false if it does not.
|