Game::Client::FunctionTable Class Reference

Manages a function hash table.

#include <Client.hpp>

List of all members.

Public Member Functions

VOID Register (DWORD Numeric, Procedure Address)
BOOL Find (DWORD Numeric, Procedure *Address)
VOID Unregister (DWORD Numeric)

Private Attributes

Function::Vector Functions [4096]


Member Function Documentation

VOID Game::Client::FunctionTable::Register ( DWORD  Numeric,
Procedure  Address 
)

Register a function with the function table.

BOOL Game::Client::FunctionTable::Find ( DWORD  Numeric,
Procedure Address 
)

Find a function in the function table.

VOID Game::Client::FunctionTable::Unregister ( DWORD  Numeric  ) 

Unregister a function in the function table.


Member Data Documentation

Function::Vector Game::Client::FunctionTable::Functions[4096] [private]

The hash table of functions.


The documentation for this class was generated from the following files:
Generated on Wed Dec 5 14:53:00 2007 for Aerospace Engine by  doxygen 1.5.3