int_array Class Reference

A simple object that wraps a templated array of ints. More...

#include <array.h>

Inheritance diagram for int_array:

Inheritance graph
[legend]
Collaboration diagram for int_array:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 int_array (int number=0, const int *initial_contents=0)
 Constructs an array of "number" integers.


Detailed Description

A simple object that wraps a templated array of ints.

Definition at line 253 of file array.h.


Constructor & Destructor Documentation

int_array::int_array ( int  number = 0,
const int *  initial_contents = 0 
) [inline]

Constructs an array of "number" integers.

creates a list of ints based on an initial "number" of entries and some "initial_contents", which should be a regular C array of ints with at least as many entries as "number".

Definition at line 256 of file array.h.


The documentation for this class was generated from the following file:

Generated on Mon Jul 26 04:23:02 2010 for HOOPLE Libraries by  doxygen 1.5.6