Vireo  1.0
Compact runtime for Virtual Instruments
 All Classes Files Functions Variables Enumerations Enumerator Macros Groups Pages
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
Vireo::InlineArray< T > Class Template Reference

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
 
_array [1]
 

Detailed Description

template<class T>
class Vireo::InlineArray< T >

A class to help dynamic classes/structures that end with an array whose size is set at construction time.


The documentation for this class was generated from the following file: