#include <apisignature.h>
Public Member Functions | |
virtual | ~APISignature () |
int | getCount () const |
const APIBaseValue & | getValue (int index) const |
![]() | |
Resource () | |
![]() | |
Object () | |
virtual | ~Object () |
virtual bool | init (utility::ErrorState &errorState) |
virtual void | onDestroy () |
Object (Object &)=delete | |
Object & | operator= (const Object &)=delete |
Object (Object &&)=delete | |
Object & | operator= (Object &&)=delete |
Public Attributes | |
std::vector< ResourcePtr< APIBaseValue > > | mArguments |
Property: 'Arguments': All input arguments associated with this signature. More... | |
![]() | |
std::string | mID |
Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
![]() | |
static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Represents the signature of a method. This object is a resource that can be serialized from and to an external environment.
|
virtual |
int getCount | ( | ) | const |
const APIBaseValue& getValue | ( | int | index | ) | const |
index | the index to get the api value for |
std::vector<ResourcePtr<APIBaseValue> > mArguments |
Property: 'Arguments': All input arguments associated with this signature.