35 #ifndef __EST_TDEQUE_H__ 36 #define __EST_TDEQUE_H__ 60 EST_TDeque(
unsigned int capacity,
unsigned int increment);
74 std::ostream &
print(std::ostream &s)
const;
114 friend std::ostream& operator << (std::ostream &st, const EST_TDeque< T > &deq)
116 return deq.print(st);
void clear(void)
Empty it out.
bool is_empty(void) const
Is there anything to get?
std::ostream & print(std::ostream &s) const
print picture of state. Mostly useful for debugging.
static const T * Filler
Used to fill empty spaces when possible.