|
Bike-X
0.8
|
#include "OVR_Deque.h"


Public Member Functions | |
| InPlaceMutableDeque (int capacity=Deque< Elem >::DefaultCapacity) | |
| virtual | ~InPlaceMutableDeque () |
| virtual Elem & | PeekBack (int count=0) |
| virtual Elem & | PeekFront (int count=0) |
Public Member Functions inherited from OVR::Deque< Elem > | |
| Deque (int capacity=DefaultCapacity) | |
| virtual | ~Deque (void) |
| virtual void | PushBack (const Elem &Item) |
| virtual void | PushFront (const Elem &Item) |
| virtual Elem | PopBack (void) |
| virtual Elem | PopFront (void) |
| virtual const Elem & | PeekBack (int count=0) const |
| virtual const Elem & | PeekFront (int count=0) const |
| virtual UPInt | GetSize (void) const |
| virtual UPInt | GetCapacity (void) const |
| virtual void | Clear (void) |
| virtual bool | IsEmpty () const |
| virtual bool | IsFull () const |
Additional Inherited Members | |
Public Types inherited from OVR::Deque< Elem > | |
| enum | { DefaultCapacity = 500 } |
Protected Attributes inherited from OVR::Deque< Elem > | |
| Elem * | Data |
| const int | Capacity |
| int | Beginning |
| int | End |
| int | ElemCount |
Definition at line 73 of file OVR_Deque.h.
|
inline |
Definition at line 76 of file OVR_Deque.h.
|
inlinevirtual |
Definition at line 77 of file OVR_Deque.h.
|
virtual |
Definition at line 241 of file OVR_Deque.h.
|
virtual |
Definition at line 229 of file OVR_Deque.h.