class RArray

Resizable array class. More...

Definition#include <netwm_p.h>
Template formRArray<template 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 ()

Constructs an empty (size == 0) array.

RArray ()

Resizable array destructor.

Z & operator[] (int)

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

int  size ()

[const]

Returns the size of the array.


Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:19 2000, using kdoc 2.0a40.