#include <array.h>
Inheritance diagram for int_array:


Public Member Functions | |
| int_array (int number=0, const int *initial_contents=0) | |
| Constructs an array of "number" integers. | |
Definition at line 249 of file array.h.
| int_array::int_array | ( | int | number = 0, |
|
| const int * | initial_contents = 0 | |||
| ) | [inline] |
1.5.1