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 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:
- /home/fred/hoople/source/lib_src/library/basis/array.h