Base class with common elements for both anonymous/introspective read and write access to channel data.
More...
#include <CommObjectReaderWriter.hxx>
|
| CommObjectReaderWriter (const char *classname) |
| Constructor, for testing purposes, and for recursively accessing complex objects.
|
|
| ~CommObjectReaderWriter () |
| Destructor.
|
|
const char * | getMemberName (unsigned i) const |
| Return an element name based on index.
|
|
const char * | getMemberClass (unsigned i) const |
| Return an element's class based on index.
|
|
const char * | getMemberKeyClass (unsigned i) const |
| Return an element's key class based on index.
|
|
MemberArity | getMemberArity (unsigned i) const |
| Return the member arity.
|
|
size_t | getMemberSize (unsigned i) const |
| Get member fixed length, if available.
|
|
const char * | getClassname () const |
| Return the classname of the currently written or read type; typically for debugging messages.
|
|
size_t | getNumMembers () const |
| Determine the number of members in the object.
|
|
const CommObjectMemberAccessBase & | getMemberAccessor (unsigned i) const |
| Directly reach the MemberAccess object.
|
|
CommObjectReaderWriter & | operator= (const CommObjectReaderWriter &o) |
| assignment, needed for temporary copy MSGPACKtoDCO
|
|
|
DataClassRegistry_entry_type | entry |
| entry giving the class information
|
|
Base class with common elements for both anonymous/introspective read and write access to channel data.
◆ CommObjectReaderWriter()
dueca::CommObjectReaderWriter::CommObjectReaderWriter |
( |
const char * | classname | ) |
|
Constructor, for testing purposes, and for recursively accessing complex objects.
- Parameters
-
classname | Type of data; must match, or the result is nonsense! |
◆ getMemberName()
const char * dueca::CommObjectReaderWriter::getMemberName |
( |
unsigned | i | ) |
const |
Return an element name based on index.
- Exceptions
-
◆ getMemberClass()
const char * dueca::CommObjectReaderWriter::getMemberClass |
( |
unsigned | i | ) |
const |
Return an element's class based on index.
- Exceptions
-
◆ getMemberKeyClass()
const char * dueca::CommObjectReaderWriter::getMemberKeyClass |
( |
unsigned | i | ) |
const |
Return an element's key class based on index.
- Exceptions
-
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/dueca-4.2.1-build/dueca-4.2.1/dueca/CommObjectReaderWriter.hxx