All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CLIST_LINK Class Reference

#include <clst.h>

Public Member Functions

 CLIST_LINK ()
 
 CLIST_LINK (const CLIST_LINK &)
 
void operator= (const CLIST_LINK &)
 

Friends

class CLIST_ITERATOR
 
class CLIST
 

Detailed Description

Definition at line 40 of file clst.h.

Constructor & Destructor Documentation

CLIST_LINK::CLIST_LINK ( )
inline

Definition at line 49 of file clst.h.

49  { //constructor
50  data = next = NULL;
51  }
#define NULL
Definition: host.h:144
CLIST_LINK::CLIST_LINK ( const CLIST_LINK )
inline

Definition at line 53 of file clst.h.

54  { //dont copy link
55  data = next = NULL;
56  }
#define NULL
Definition: host.h:144

Member Function Documentation

void CLIST_LINK::operator= ( const CLIST_LINK )
inline

Definition at line 58 of file clst.h.

59  {
60  data = next = NULL;
61  }
#define NULL
Definition: host.h:144

Friends And Related Function Documentation

friend class CLIST
friend

Definition at line 43 of file clst.h.

friend class CLIST_ITERATOR
friend

Definition at line 42 of file clst.h.


The documentation for this class was generated from the following file: