Trippin Cyril
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
trippingcyril::InterModuleData Class Reference

Abstraction layer around the void pointer coming from InternalApiCall to allow for automatic destruction later on using CleanUpInterData. More...

#include <Module.h>

Public Member Functions

virtual ~InterModuleData ()
 
bool hasError ()
 
void * GetData ()
 

Detailed Description

Abstraction layer around the void pointer coming from InternalApiCall to allow for automatic destruction later on using CleanUpInterData.

Constructor & Destructor Documentation

virtual trippingcyril::InterModuleData::~InterModuleData ( )
inlinevirtual

Member Function Documentation

void* trippingcyril::InterModuleData::GetData ( )
inline
Returns
The actual custom data returned from InternalApiCall
bool trippingcyril::InterModuleData::hasError ( )
inline
Returns
True if an error happend, error as in module not found

The documentation for this class was generated from the following file: