basis::int_array Class Reference
A simple object that wraps a templated array of ints.
More...
#include <array.h>
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:
- /var/www/hoople2/source/core/library/basis/array.h