Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Array::Pattern::Qstack< T > Class Template Reference

#include <QCollection.h>

Collaboration diagram for Impala::Core::Array::Pattern::Qstack< T >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef T * iterator

Public Member Functions

 Qstack ()
 ~Qstack ()
bool empty () const
Container::size_type size () const
void push (const T &val)
void pop ()
T & top ()
void clear ()
void erase (iterator iter)
iterator lower_bound (const T &val)
iterator after_upper_bound (const T &val)

Private Types

typedef msvcstack< T, std::vector<
T > > 
Container

Private Member Functions

 Qstack (const Qstack &)
Qstackoperator= (const Qstack &)

Private Attributes

Container container
Bugs bugs

Detailed Description

template<class T>
class Impala::Core::Array::Pattern::Qstack< T >

Definition at line 154 of file QCollection.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:03:23 2010 for ImpalaSrc by  doxygen 1.5.1