basis::int_array Class Reference

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

#include <array.h>

Inheritance diagram for basis::int_array:
Inheritance graph
[legend]
Collaboration diagram for basis::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 272 of file array.h.


Constructor & Destructor Documentation

basis::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 275 of file array.h.


The documentation for this class was generated from the following file:
Generated on Sat Jan 28 04:25:19 2012 for hoople2 project by  doxygen 1.6.3