Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

MyStack< T > Class Template Reference

Stack generique, les Push & Pop peuvent ce faire en test ou en queut ==> File. More...

#include <MyList.h>

Inheritance diagram for MyStack< T >:

MyList< T > List of all members.

Public Member Functions

 MyStack ()
BOOL Push (T elem)
Pop ()
Peek ()
BOOL FrontPush (T elem)
FrontPop ()
FrontPeek ()

Detailed Description

template<class T>
class MyStack< T >

Stack generique, les Push & Pop peuvent ce faire en test ou en queut ==> File.

Definition at line 907 of file MyList.h.


Constructor & Destructor Documentation

template<class T>
MyStack< T >::MyStack  )  [inline]
 

Definition at line 910 of file MyList.h.


Member Function Documentation

template<class T>
T MyStack< T >::FrontPeek  )  [inline]
 

Definition at line 950 of file MyList.h.

template<class T>
T MyStack< T >::FrontPop  )  [inline]
 

Definition at line 939 of file MyList.h.

Referenced by ControlEngine::GiveFPS().

template<class T>
BOOL MyStack< T >::FrontPush elem  )  [inline]
 

Definition at line 934 of file MyList.h.

template<class T>
T MyStack< T >::Peek  )  [inline]
 

Definition at line 928 of file MyList.h.

template<class T>
T MyStack< T >::Pop  )  [inline]
 

Definition at line 917 of file MyList.h.

template<class T>
BOOL MyStack< T >::Push elem  )  [inline]
 

Definition at line 912 of file MyList.h.

Referenced by ControlEngine::GiveFPS().


The documentation for this class was generated from the following file:
Generated on Fri Aug 20 19:21:27 2004 for 3d Controls by doxygen 1.3.6