Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

idep_NameIndexMapLink Struct Reference

List of all members.

Public Member Functions

 idep_NameIndexMapLink (const char *name, int index, idep_NameIndexMapLink *d_next_p)

Public Attributes

const char * d_name_p
int d_index
idep_NameIndexMapLinkd_next_p

Constructor & Destructor Documentation

idep_NameIndexMapLink::idep_NameIndexMapLink const char *  name,
int  index,
idep_NameIndexMapLink d_next_p
 

Definition at line 35 of file idep_nimap.cxx.

00037 : d_name_p(name)
00038 , d_index(index)
00039 , d_next_p(next)
00040 {
00041 }


Member Data Documentation

int idep_NameIndexMapLink::d_index
 

Definition at line 28 of file idep_nimap.cxx.

Referenced by idep_NameIndexMap::entry(), and idep_NameIndexMap::lookup().

const char* idep_NameIndexMapLink::d_name_p
 

Definition at line 27 of file idep_nimap.cxx.

Referenced by find().

idep_NameIndexMapLink* idep_NameIndexMapLink::d_next_p
 

Definition at line 29 of file idep_nimap.cxx.

Referenced by find(), and idep_NameIndexMap_i::~idep_NameIndexMap_i().


The documentation for this struct was generated from the following file:
Generated on Mon Feb 15 11:09:20 2010 for loon by  doxygen 1.3.9.1