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  

Islist< T > Class Template Reference

#include <nilist.h>

Inheritance diagram for Islist< T >:

slist_base List of all members.

Public Member Functions

void insert (T *a)
void append (T *a)
void remove (T *a, T *prev)
T * get ()
T * find (int key)
int count ()

Friends

class Islist_iter< T >

template<class T>
class Islist< T >


Member Function Documentation

template<class T>
void Islist< T >::append T *    a [inline]
 

template<class T>
int Islist< T >::count   [inline]
 

Reimplemented from slist_base.

template<class T>
T* Islist< T >::find int    key [inline]
 

Reimplemented from slist_base.

template<class T>
T* Islist< T >::get   [inline]
 

Reimplemented from slist_base.

template<class T>
void Islist< T >::insert T *    a [inline]
 

template<class T>
void Islist< T >::remove T *    a,
T *    prev
[inline]
 


Friends And Related Function Documentation

template<class T>
friend class Islist_iter< T > [friend]
 


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