![]() |
Vireo
1.0
Compact runtime for Virtual Instruments
|
A class to help dynamic classes/structures that end with an array whose size is set at construction time. More...
#include <TypeAndDataManager.h>
Public Member Functions | |
| InlineArray (Int32 length) | |
| T * | Begin () |
| T * | End () |
| void | Assign (const T *source, Int32 count) |
| T & | operator[] (const Int32 index) |
| IntIndex | Length () |
Static Public Member Functions | |
| static IntIndex | ExtraStructSize (Int32 count) |
Private Attributes | |
| IntIndex | _length |
| T | _array [1] |
A class to help dynamic classes/structures that end with an array whose size is set at construction time.
1.8.6