29 #ifndef _FunctionCall_H__ 30 #define _FunctionCall_H__ 51 inline unsigned int getSize()
const {
return this->size_; }
56 void saveData( uint8_t*& mem );
57 void loadData( uint8_t*& mem );
Shared library macros, enums, constants and forward declarations for the network library ...
uint32_t size_
Definition: FunctionCall.h:62
uint32_t objectID_
Definition: FunctionCall.h:61
Definition: FunctionCall.h:45
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Declaration of the MultiType and some helper constructs.
#define _NetworkExport
Definition: NetworkPrereqs.h:59
Shared library macros, enums, constants and forward declarations for the util library ...
uint32_t nrOfArguments_
Definition: FunctionCall.h:59
The MultiType can hold a value of many possible types and convert them to other types.
Definition: MultiType.h:130
unsigned int getSize() const
Definition: FunctionCall.h:51
uint32_t functionID_
Definition: FunctionCall.h:60
std::vector< MultiType > arguments_
Definition: FunctionCall.h:63