Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

KeyTable Class Reference

#include <keyinfo.h>

List of all members.

Public Methods

 KeyTable ()
 ~KeyTable ()
int Add ()
int getKeyHandle (char *keyword)
char * Description (int i)
bool isVar (int i)
bool isVar (char *keyword)
bool isCharArray (int i)
bool isCharArray (char *keyword)
bool isValidKeyword (char *keyword)
bool isViewableVar (int i)
bool isViewableVar (char *keyword)
bool isWritable (int i)
bool isWritable (char *keyword)
bool isArray (int i)
bool isArray (char *keyword)
bool isStaticArray (int i)
bool isStaticArray (char *keyword)
void List ()
void ListValues ()
void RegisterCallback (char *keyword, void(*cb)(void *), void *data)
bool hasCallback (int i)
bool hasCallback (char *keyword)
void Callback (int i)
void Callback (char *keyword)

Public Attributes

int n
vector< KeyInfokey


Constructor & Destructor Documentation

KeyTable::KeyTable  
 

KeyTable::~KeyTable  
 


Member Function Documentation

int KeyTable::Add  
 

void KeyTable::Callback char *    keyword
 

void KeyTable::Callback int    i
 

char* KeyTable::Description int    i [inline]
 

int KeyTable::getKeyHandle char *    keyword
 

bool KeyTable::hasCallback char *    keyword
 

bool KeyTable::hasCallback int    i
 

bool KeyTable::isArray char *    keyword
 

bool KeyTable::isArray int    i
 

bool KeyTable::isCharArray char *    keyword
 

bool KeyTable::isCharArray int    i
 

bool KeyTable::isStaticArray char *    keyword
 

bool KeyTable::isStaticArray int    i
 

bool KeyTable::isValidKeyword char *    keyword
 

bool KeyTable::isVar char *    keyword
 

bool KeyTable::isVar int    i
 

bool KeyTable::isViewableVar char *    keyword
 

bool KeyTable::isViewableVar int    i
 

bool KeyTable::isWritable char *    keyword
 

bool KeyTable::isWritable int    i
 

void KeyTable::List  
 

void KeyTable::ListValues  
 

void KeyTable::RegisterCallback char *    keyword,
void(*    cb)(void *),
void *    data
 


Member Data Documentation

vector<KeyInfo> KeyTable::key
 

int KeyTable::n
 


The documentation for this class was generated from the following files:
Generated on Sun Jun 16 17:36:50 2002 for Anirudh's Vortex-Wake Simulation Code by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001