#include <Vector.h>
Inheritance diagram for OSCAR::FixedSizeArray< Arr, sz >:

Public Methods | |
| FixedSizeArray () | |
| FixedSizeArray (const FixedSizeArray &fa) | |
| FixedSizeArray & | operator= (const FixedSizeArray< Arr, sz > &fa) |
Private Methods | |
| bool | Grow (unsigned int growth) |
|
|||||||||
|
Constructor. Default behavior: creates an array with elements initialized to zero or null based on type of array |
|
||||||||||
|
Copy Constructor. Creates an array with element initlized based on the parameter.
|
|
||||||||||
|
Allocate more space. This method is disabled for RRFixedSizeVector's. This method is used to increase the size(number of elements) in an Array object.
|
|
||||||||||
|
Assignment operator. Copies elements from a FixedSizeArray into another FixedSizeArray.
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |