RArray< Z > Class Template Reference
Resizable array class. More...
#include <netwm_p.h>
Inheritance diagram for RArray< Z >:

Public Member Functions | |
RArray () | |
Constructs an empty (size == 0) array. | |
~RArray () | |
Resizable array destructor. | |
Z & | operator[] (int) |
The [] operator does the work. | |
int | size () const |
Returns the size of the array. |
Detailed Description
template<class Z>
class RArray< Z >
Resizable array class.
This resizable array is used to simplify the implementation. The existance of this class is to keep the implementation from depending on a separate framework/library.
Definition at line 38 of file netwm_p.h.
Constructor & Destructor Documentation
|
Constructs an empty (size == 0) array.
|
|
Resizable array destructor.
|
Member Function Documentation
|
The [] operator does the work. If the index is larger than the current size of the array, it is resized. |
|
Returns the size of the array.
|
The documentation for this class was generated from the following file: