#include <HLAfixedRecord.hh>
Public Member Functions | |
const size_t | field_offsetof (int d, size_t offs=0) const |
const size_t | __sizeof (size_t offs=0) const |
void | copy (void *source, size_t offsD=0, size_t offsS=0) |
Static Public Member Functions | |
static const size_t | emptysizeof (size_t offs=0) |
Static Public Attributes | |
static const size_t | memberBoundary = M::m_octetBoundary |
static const size_t | m_octetBoundary = MAX(M::m_octetBoundary, N::m_octetBoundary) |
static const bool | m_isVariable = true |
Definition at line 175 of file HLAfixedRecord.hh.
const size_t field_offsetof | ( | int | d, | |
size_t | offs = 0 | |||
) | const [inline] |
Definition at line 177 of file HLAfixedRecord.hh.
References libhla::__padding().
static const size_t emptysizeof | ( | size_t | offs = 0 |
) | [inline, static] |
Definition at line 190 of file HLAfixedRecord.hh.
References libhla::__padding().
const size_t __sizeof | ( | size_t | offs = 0 |
) | const [inline] |
Definition at line 203 of file HLAfixedRecord.hh.
References libhla::__padding().
void copy | ( | void * | source, | |
size_t | offsD = 0 , |
|||
size_t | offsS = 0 | |||
) | [inline] |
Definition at line 215 of file HLAfixedRecord.hh.
References libhla::__padding().
const size_t memberBoundary = M::m_octetBoundary [static] |
Definition at line 188 of file HLAfixedRecord.hh.
const size_t m_octetBoundary = MAX(M::m_octetBoundary, N::m_octetBoundary) [static] |
Definition at line 227 of file HLAfixedRecord.hh.
const bool m_isVariable = true [static] |
Definition at line 228 of file HLAfixedRecord.hh.