OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <ValueReader.h>
Public Member Functions | |
virtual | ~MemberHelper () |
virtual bool | get_value (XTypes::MemberId &value, const char *name) const =0 |
A ValueReader produces events and values for the recitation of a value. To use it, one manually or automatically, e.g., code generation in the IDL compiler, defines a vread function for a given type V.
bool vread(ValueReader& vw, V& value)
The vread function should invoke the appropriate methods of the ValueReader and dispatch to other vread functions.
Definition at line 33 of file ValueReader.h.
|
inlinevirtual |
|
pure virtual |
Implemented in OpenDDS::DCPS::ListMemberHelper.
Referenced by OpenDDS::DCPS::EnumHelper::~EnumHelper(), and ~MemberHelper().