|
| FieldsSetIterator (void *buffer, const size_t fieldsCount, const FieldDescriptor *fields) |
|
virtual size_t | getTotalSize () const |
|
void | markExist () |
|
void | setAlpha10FieldValue (const AsciiString &val) |
|
void | setAlpha15FieldValue (const AsciiString &val) |
|
void | setAlpha20FieldValue (const AsciiString &val) |
|
void | setAlpha2FieldValue (const AsciiString &val) |
|
void | setAlpha3FieldValue (const AsciiString &val) |
|
void | setAlpha4FieldValue (const AsciiString &val) |
|
void | setAlpha8FieldValue (const AsciiString &val) |
|
void | setAlphaFieldValue (const Alpha value) |
|
void | setBooleanFieldValue (const Boolean value) |
|
void | setDecimalFieldValue (const Decimal &value) |
|
template<class T > |
void | setGroupFieldValue (T *value) |
|
void | setInt16FieldValue (const Int16 value) |
|
void | setInt32FieldValue (const Int32 value) |
|
void | setInt64FieldValue (const Int64 value) |
|
void | setInt8FieldValue (const Int8 value) |
|
void | setStringFieldValue (const AsciiString &val) |
|
void | setUInt16FieldValue (const UInt16 value) |
|
void | setUInt32FieldValue (const UInt32 value) |
|
void | setUInt64FieldValue (const UInt64 value) |
|
void | setUInt8FieldValue (const UInt8 value) |
|
virtual std::ostream & | toStream (std::ostream &os) const |
|
| CommonFieldsIterator (const void *buffer, const size_t fieldsCount, const FieldDescriptor *fields) |
|
const AsciiString | getAlpha10FieldValue () const |
|
const AsciiString | getAlpha15FieldValue () const |
|
const AsciiString | getAlpha20FieldValue () const |
|
const AsciiString | getAlpha2FieldValue () const |
|
const AsciiString | getAlpha3FieldValue () const |
|
const AsciiString | getAlpha4FieldValue () const |
|
const AsciiString | getAlpha8FieldValue () const |
|
Alpha | getAlphaFieldValue () const |
|
Boolean | getBooleanFieldValue () const |
|
const Decimal & | getDecimalFieldValue () const |
|
MessageField | getField () const |
|
template<class T > |
T * | getGroupFieldValue () const |
|
Int16 | getInt16FieldValue () const |
|
Int32 | getInt32FieldValue () const |
|
Int64 | getInt64FieldValue () const |
|
Int8 | getInt8FieldValue () const |
|
const AsciiString | getStringFieldValue () const |
|
UInt16 | getUInt16FieldValue () const |
|
UInt32 | getUInt32FieldValue () const |
|
UInt64 | getUInt64FieldValue () const |
|
UInt8 | getUInt8FieldValue () const |
|
bool | next () |
|
bool | next (size_t fieldId) |
|
virtual | ~CommonFieldsIterator () |
|