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_HashEntry Struct Reference

#include <tcl.h>

List of all members.

Public Attributes

Tcl_HashEntry * nextPtr
Tcl_HashTabletablePtr
Tcl_HashEntry ** bucketPtr
ClientData clientData
union {
   char *   oneWordValue
   int   words [1]
   char   string [4]
key


Member Data Documentation

struct Tcl_HashEntry** Tcl_HashEntry::bucketPtr
 

ClientData Tcl_HashEntry::clientData
 

union { ... } Tcl_HashEntry::key
 

struct Tcl_HashEntry* Tcl_HashEntry::nextPtr
 

char* Tcl_HashEntry::oneWordValue
 

char Tcl_HashEntry::string[4]
 

struct Tcl_HashTable* Tcl_HashEntry::tablePtr
 

int Tcl_HashEntry::words[1]
 


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