#include <HLAfixedArray.hh>
Public Member Functions | |
M & | operator[] (long i) const |
void | copy (void *source) |
Static Public Member Functions | |
static const size_t | size () |
static const size_t | offset (long i) |
static const size_t | emptysizeof () |
static const size_t | __sizeof () |
Static Public Attributes | |
static const size_t | m_octetBoundary = M::m_octetBoundary |
static const bool | m_isVariable = false |
Definition at line 54 of file HLAfixedArray.hh.
static const size_t size | ( | ) | [inline, static] |
Definition at line 56 of file HLAfixedArray.hh.
static const size_t offset | ( | long | i | ) | [inline, static] |
Definition at line 59 of file HLAfixedArray.hh.
References libhla::__padding().
M& operator[] | ( | long | i | ) | const [inline] |
Definition at line 62 of file HLAfixedArray.hh.
static const size_t emptysizeof | ( | ) | [inline, static] |
Definition at line 69 of file HLAfixedArray.hh.
static const size_t __sizeof | ( | ) | [inline, static] |
Definition at line 73 of file HLAfixedArray.hh.
void copy | ( | void * | source | ) | [inline] |
Definition at line 76 of file HLAfixedArray.hh.
References libhla::__padding().
const size_t m_octetBoundary = M::m_octetBoundary [static] |
Definition at line 86 of file HLAfixedArray.hh.
const bool m_isVariable = false [static] |
Definition at line 87 of file HLAfixedArray.hh.