class RArray

Resizable array class. More...

Definition#include <netwm_p.h>
Template formRArray<class Z>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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.

 RArray ()

RArray

Constructs an empty (size == 0) array.

 ~RArray ()

~RArray

Resizable array destructor.

Z & operator[] (int)

operator[]

The [] operator does the work. If the index is larger than the current size of the array, it is resized.

int  size ()

size

[const]

Returns the size of the array.


Generated by: dfaure on faure on Tue Apr 16 08:49:00 2002, using kdoc 2.0a53.