Go to the source code of this file.
| #define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_SET |
( |
|
attrName, |
|
|
|
netType |
|
) |
| |
Value:
class DtAggregateEntityDecoder:
Definition: aggregateEntityDecoder.h:23
#define DtDEFINE_SIMPLE_ATTR_DECODER_SET(decClass, stateRepClass, attrName, netType)
Defines a "simple" attribute decoder.
Definition: hlaStateDecoder.h:345
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29
| #define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_WITH_CAST_SET |
( |
|
attrName, |
|
|
|
netType, |
|
|
|
castExpr |
|
) |
| |
Value:
#define DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST_SET(decClass, stateRepClass, attrName, netType, castExpr)
Defines a "simple" attribute decoder.
Definition: hlaStateDecoder.h:313
class DtAggregateEntityDecoder:
Definition: aggregateEntityDecoder.h:23
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29
These macros are used to define simple attribute decoder functions (members of a derived DtHlaStateDecoder that decode individual attributes).
The simple decoding is just to convert the value pulled out of the ahvps to a host type using the cast expression castExpr, and pass it to the mutator function.