#include <netwm_p.h>
Public Methods | |
| RArray () | |
| ~RArray () | |
| Z & | operator[] (int) |
| int | size () const |
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.
|
|||||||||
|
Constructs an empty (size == 0) array. |
|
|||||||||
|
Resizable array destructor. |
|
||||||||||
|
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. |
1.2.18