Public Member Functions | Protected Attributes

RPCMap Struct Reference
[Remote Procedure Call Subsystem]

#include <RPCMap.h>

Collaboration diagram for RPCMap:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RPCMap ()
 ~RPCMap ()
void Clear (void)
RPCNodeGetNodeFromIndex (RPCIndex index)
RPCNodeGetNodeFromFunctionName (const char *uniqueIdentifier)
RPCIndex GetIndexFromFunctionName (const char *uniqueIdentifier)
void AddIdentifierWithFunction (const char *uniqueIdentifier, void *functionPointer, bool isPointerToMember)
void AddIdentifierAtIndex (const char *uniqueIdentifier, RPCIndex insertionIndex)
void RemoveNode (const char *uniqueIdentifier)

Protected Attributes

DataStructures::List< RPCNode * > rpcSet

Detailed Description

Definition at line 23 of file RPCMap.h.


Constructor & Destructor Documentation

RPCMap::RPCMap (  ) 

Definition at line 11 of file RPCMap.cpp.

RPCMap::~RPCMap (  ) 

Definition at line 14 of file RPCMap.cpp.

Here is the call graph for this function:


Member Function Documentation

void RPCMap::AddIdentifierAtIndex ( const char *  uniqueIdentifier,
RPCIndex  insertionIndex 
)

Definition at line 98 of file RPCMap.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void RPCMap::AddIdentifierWithFunction ( const char *  uniqueIdentifier,
void *  functionPointer,
bool  isPointerToMember 
)

Definition at line 57 of file RPCMap.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void RPCMap::Clear ( void   ) 

Definition at line 18 of file RPCMap.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

RPCIndex RPCMap::GetIndexFromFunctionName ( const char *  uniqueIdentifier  ) 

Definition at line 47 of file RPCMap.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

RPCNode * RPCMap::GetNodeFromFunctionName ( const char *  uniqueIdentifier  ) 

Definition at line 39 of file RPCMap.cpp.

Here is the call graph for this function:

RPCNode * RPCMap::GetNodeFromIndex ( RPCIndex  index  ) 

Definition at line 33 of file RPCMap.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void RPCMap::RemoveNode ( const char *  uniqueIdentifier  ) 

Definition at line 145 of file RPCMap.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

Definition at line 36 of file RPCMap.h.


The documentation for this struct was generated from the following files: