In file ../include/EST_TDeque.h:
Double ended queue.
Public Fields
static const T* | Filler
Used to fill empty spaces when possible
|
Public Methods
void | clear (void)
Empty it out
|
bool | is_empty (void) const
Is there anything to get?
|
ostream& | print (ostream &s) const
print picture of state.
|
Documentation
Double ended queue.
static const T* Filler
- Used to fill empty spaces when possible
void clear(void)
- Empty it out
bool is_empty(void) const
- Is there anything to get?
ostream& print(ostream &s) const
- print picture of state. Mostly useful for debugging.
stack
-
An interface looking like a stack.
inverse stack
-
The other end as a stack.
queue
-
An interface looking like a queue.
perl
-
For people who think in perl
- This class has no child classes.
- Friends:
- ostream& operator << (ostream &st, const EST_TDeque< T > &deq)
- Author:
- Richard Caley <rjc@cstr.ed.ac.uk>
- Version:
Alphabetic index HTML hierarchy of classes or Java
This page is part of the
Edinburgh Speech Tools Library documentation
Copyright University of Edinburgh 1997
Contact:
speech_tools@cstr.ed.ac.uk