ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

Tcl_HashTable Struct Reference

#include <tcl.h>

List of all members.

Public Member Functions

Tcl_HashEntry *findProc _ANSI_ARGS_ ((struct Tcl_HashTable *tablePtr, CONST char *key))
Tcl_HashEntry *createProc _ANSI_ARGS_ ((struct Tcl_HashTable *tablePtr, CONST char *key, int *newPtr))

Public Attributes

Tcl_HashEntry ** buckets
Tcl_HashEntrystaticBuckets [TCL_SMALL_HASH_TABLE]
int numBuckets
int numEntries
int rebuildSize
int downShift
int mask
int keyType


Member Function Documentation

Tcl_HashEntry* createProc Tcl_HashTable::_ANSI_ARGS_ (struct Tcl_HashTable *tablePtr, CONST char *key, int *newPtr)   
 

Tcl_HashEntry* findProc Tcl_HashTable::_ANSI_ARGS_ (struct Tcl_HashTable *tablePtr, CONST char *key)   
 


Member Data Documentation

Tcl_HashEntry** Tcl_HashTable::buckets
 

int Tcl_HashTable::downShift
 

int Tcl_HashTable::keyType
 

int Tcl_HashTable::mask
 

int Tcl_HashTable::numBuckets
 

int Tcl_HashTable::numEntries
 

int Tcl_HashTable::rebuildSize
 

Tcl_HashEntry* Tcl_HashTable::staticBuckets[TCL_SMALL_HASH_TABLE]
 


The documentation for this struct was generated from the following file:
This document is generated by doxygen.