29 #ifndef _FunctionCalls_H__ 30 #define _FunctionCalls_H__ 54 virtual inline unsigned int getSize()
const override 55 { assert(!this->isDataENetAllocated());
return currentSize_; }
Shared library macros, enums, constants and forward declarations for the network library ...
unsigned int clientID_
Definition: FunctionCalls.h:62
std::queue< orxonox::FunctionCall > functionCalls_
Definition: FunctionCalls.h:61
Definition: FunctionCalls.h:47
uint32_t minGamestateID_
Definition: FunctionCalls.h:63
virtual unsigned int getSize() const override
Definition: FunctionCalls.h:54
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
#define _NetworkExport
Definition: NetworkPrereqs.h:59
The MultiType can hold a value of many possible types and convert them to other types.
Definition: MultiType.h:130
uint32_t currentSize_
Definition: FunctionCalls.h:64
Base class of Server and Client This is the Base class of the Server and Client classes.
Definition: Host.h:52