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

slink Class Reference

#include <nilist.h>

Inheritance diagram for slink:

Inheritance graph
[legend]
Collaboration diagram for slink:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 slink (int key=0)
 slink (slink *p, int key=0)

Public Attributes

slinknext_
int key_

Constructor & Destructor Documentation

slink::slink int  key = 0  )  [inline]
 

Definition at line 42 of file nilist.h.

References key_, and next_.

00042 {next_=0; key_ = key;}

slink::slink slink p,
int  key = 0
[inline]
 

Definition at line 43 of file nilist.h.

References key_, and next_.

00043 {next_ = p; key_ = key;}


Member Data Documentation

int slink::key_
 

Definition at line 41 of file nilist.h.

Referenced by slist_base::find(), and slink().

slink* slink::next_
 

Definition at line 40 of file nilist.h.

Referenced by slist_base::append(), slist_base::find(), slist_base::get(), slist_base::insert(), slist_base_iter::operator()(), slist_base::remove(), slink(), and slist_base::slist_base().


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:23:28 2004 for NS2.26SourcesOriginal by doxygen 1.3.3