Strona Główna   Lista Obszarów Nazw   Lista Alfabetyczna   Lista Klas   Lista Plików   Składowe Klas   Składowe Plików  

Referencje Szablonu Klasy CTList< T >

#include <ctlist.h>

Diagram dziedziczenia dla CTList< T >

Inheritance graph
[legenda]
Diagram współpracy dla CTList< T >:

Collaboration graph
[legenda]
Lista wszystkich składowych.

Metody Publiczne

 CTList ()
 ~CTList ()
void operator+= (T p_item)
void operator-= (iterator &p_it)
iterator begin ()
iterator end ()
iterator last ()
iterator InsFront (const T p_item)
iterator InsBack (const T p_item)
void RemFront ()
void RemBack ()
void RemoveAll ()
iterator Find (T p_item)
void RemoveItem (T p_item)
bool IsEmpty ()
void Sort ()
int Count ()
iterator Insert (const int method, iterator &p_it, const T p_item)
void Remove (iterator &p_it)
void Swap (iterator &p_it0, iterator &p_it1)

Atrybuty Publiczne

bool(* CmpFn )(T, T)

Atrybuty Prywatne

nodem_root
nodem_last

template<class T>
class CTList< T >


Dokumentacja Konstruktora i Destruktora

template<class T>
CTList< T >::CTList   [inline]
 

template<class T>
CTList< T >::~CTList  
 


Dokumentacja Funkcji Składowych

template<class T>
iterator CTList< T >::begin   [inline]
 

template<class T>
int CTList< T >::Count  
 

template<class T>
iterator CTList< T >::end   [inline]
 

template<class T>
CTList< T >::iterator CTList< T >::Find   p_item
 

template<class T>
iterator CTList< T >::InsBack const T    p_item [inline]
 

template<class T>
CTList< T >::iterator CTList< T >::Insert const int    method,
iterator   p_it,
const T    p_item
 

template<class T>
iterator CTList< T >::InsFront const T    p_item [inline]
 

template<class T>
bool CTList< T >::IsEmpty   [inline]
 

template<class T>
iterator CTList< T >::last   [inline]
 

template<class T>
void CTList< T >::operator+=   p_item [inline]
 

template<class T>
void CTList< T >::operator-= iterator   p_it [inline]
 

template<class T>
void CTList< T >::RemBack   [inline]
 

template<class T>
void CTList< T >::RemFront   [inline]
 

template<class T>
void CTList< T >::Remove iterator   p_it
 

template<class T>
void CTList< T >::RemoveAll  
 

template<class T>
void CTList< T >::RemoveItem   p_item
 

template<class T>
void CTList< T >::Sort  
 

template<class T>
void CTList< T >::Swap iterator   p_it0,
iterator   p_it1
 


Dokumentacja Atrybutów Składowych

template<class T>
bool(* CTList< T >::CmpFn)(T, T)
 

template<class T>
node* CTList< T >::m_last [private]
 

template<class T>
node* CTList< T >::m_root [private]
 


Dokumentacja dla tej klasy została wygenerowana z pliku:
Wygenerowano Mon Feb 17 16:21:04 2003 dla FormCreator programem doxygen1.2.16