#include <HLAfixedArray.hh>
Public Member Functions | |
| const size_t | offset (long i) const |
| M & | operator[] (long i) const |
| const size_t | __sizeof () const |
| void | copy (void *source) |
Static Public Member Functions | |
| static const size_t | size () |
| static const size_t | emptysizeof () |
Static Public Attributes | |
| static const size_t | m_octetBoundary = M::m_octetBoundary |
| static const bool | m_isVariable = true |
Definition at line 92 of file HLAfixedArray.hh.
| static const size_t size | ( | ) | [inline, static] |
Definition at line 94 of file HLAfixedArray.hh.
| const size_t offset | ( | long | i | ) | const [inline] |
Definition at line 97 of file HLAfixedArray.hh.
References libhla::__padding().

| M& operator[] | ( | long | i | ) | const [inline] |
Definition at line 108 of file HLAfixedArray.hh.
| static const size_t emptysizeof | ( | ) | [inline, static] |
Definition at line 115 of file HLAfixedArray.hh.
References libhla::__padding().

| const size_t __sizeof | ( | ) | const [inline] |
Definition at line 124 of file HLAfixedArray.hh.
| void copy | ( | void * | source | ) | [inline] |
Definition at line 130 of file HLAfixedArray.hh.
References libhla::__padding().

const size_t m_octetBoundary = M::m_octetBoundary [static] |
Definition at line 145 of file HLAfixedArray.hh.
const bool m_isVariable = true [static] |
Definition at line 146 of file HLAfixedArray.hh.
1.5.5