NAP
Public Member Functions | Public Attributes | List of all members
APISignature Class Reference

#include <apisignature.h>

Public Member Functions

virtual ~APISignature ()
 
int getCount () const
 
const APIBaseValuegetValue (int index) const
 
- Public Member Functions inherited from Resource
 Resource ()
 
- Public Member Functions inherited from Object
 Object ()
 
virtual ~Object ()
 
virtual bool init (utility::ErrorState &errorState)
 
virtual void onDestroy ()
 
 Object (Object &)=delete
 
Objectoperator= (const Object &)=delete
 
 Object (Object &&)=delete
 
Objectoperator= (Object &&)=delete
 

Public Attributes

std::vector< ResourcePtr< APIBaseValue > > mArguments
 Property: 'Arguments': All input arguments associated with this signature. More...
 
- Public Attributes inherited from Object
std::string mID
 Property: 'mID' unique name of the object. Used as an identifier by the system. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Object
static bool isIDProperty (rtti::Instance &object, const rtti::Property &property)
 

Description

Represents the signature of a method. This object is a resource that can be serialized from and to an external environment.

Inheritance diagram for APISignature:
[legend]
Collaboration diagram for APISignature:
[legend]

Constructor & Destructor Documentation

◆ ~APISignature()

virtual ~APISignature ( )
virtual

Member Function Documentation

◆ getCount()

int getCount ( ) const
Returns
number of arguments associated with this api signature

◆ getValue()

const APIBaseValue& getValue ( int  index) const
Parameters
indexthe index to get the api value for
Returns
the value at the given index

Member Data Documentation

◆ mArguments

std::vector<ResourcePtr<APIBaseValue> > mArguments

Property: 'Arguments': All input arguments associated with this signature.