kviewshell
GPList< TYPE > Class Template Reference
Doubly linked lists for smart pointers. More...
#include <GContainer.h>
Inheritance diagram for GPList< TYPE >:
Public Member Functions | |
GPList () | |
GPList & | operator= (const GPList &r) |
Detailed Description
template<class TYPE>
class GPList< TYPE >
Doubly linked lists for smart pointers.
Template class GList<TYPE># implements a doubly linked list of elements of type GP<TYPE># (see {GSmartPointer.h}). Significantly smaller code sizes can be achieved by using this class instead of the more general GArray<GP<TYPE>>#. This class only implement constructors. See class {GListTemplate} and {GPosition} for a description of all access methods.
Definition at line 957 of file GContainer.h.
Constructor & Destructor Documentation
Null Constructor.
Constructs a list with zero elements.
Definition at line 961 of file GContainer.h.
Member Function Documentation
Definition at line 962 of file GContainer.h.
The documentation for this class was generated from the following file: