kviewshell
GPArray< TYPE > Class Template Reference
Dynamic array for smart pointers. More...
#include <GContainer.h>
Inheritance diagram for GPArray< TYPE >:
Public Member Functions | |
GPArray (int lo, int hi) | |
GPArray (int hi) | |
GPArray () | |
GPArray & | operator= (const GPArray &r) |
Detailed Description
template<class TYPE>
class GPArray< TYPE >
Dynamic array for smart pointers.
Template class GPArray<TYPE># implements an array 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 {GArrayTemplate} for a description of all access methods.
Definition at line 603 of file GContainer.h.
Constructor & Destructor Documentation
Definition at line 606 of file GContainer.h.
Definition at line 608 of file GContainer.h.
Definition at line 610 of file GContainer.h.
Member Function Documentation
Definition at line 613 of file GContainer.h.
The documentation for this class was generated from the following file: