#include <Xrtti.h>
Public Member Functions | |
const Type & | GetType () const |
bool | HasDefault () const |
const Value & | GetDefault () const |
|
Returns the type of the argument.
|
|
Returns true if the Argument has a default value, false if not.
|
|
If HasDefault() returns true, then this returns the default value for this argument. If HasDefault() returns false, then this returns an undefined value.
|