class TDequeAsDoubleListImp
|
[INTERNAL USE ONLY]
More... |
|
|
Public Methods
Protected Members
[INTERNAL USE ONLY]
template class TDequeAsDoubleListImp
Implements the fundamental dequeue operations, using a list
as the underlying implementation. The type Lst specifies the
form of the list, either a TDoubleListImp or a
TIDoubleListImp. The type T specifies the type of the
objects to be put in the deque. When using TDoubleListImp,
T should be the same as T0. When using TIDoubleListImp, T
should be of type pointer to T0. See TDequeAsDoubleList and
TIDequeAsDoubleList for examples.
TDequeAsDoubleListImp ()
| TDequeAsDoubleListImp |
[const]
[const]
int GetItemsInContainer ()
| GetItemsInContainer |
[const]
[protected]
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |