|
client-cpp
0.0.1-SNAPSHOT
|
#include <CommonFixed.hpp>
Inheritance diagram for kaa::CommonFixed:
Collaboration diagram for kaa::CommonFixed:Public Member Functions | |
| CommonFixed (const avro::NodePtr &schema) | |
| const boost::any | getValue () const |
| const avro::NodePtr & | getSchema () const |
| avro::GenericDatum | toAvro () const |
| std::string | toString () const |
| void | setValue (const std::vector< boost::uint8_t > &value) |
Public Member Functions inherited from kaa::ICommonValue | |
| ICommonValue (CommonValueType type) | |
| virtual | ~ICommonValue () |
| CommonValueType | getCommonType () |
Public Member Functions inherited from kaa::ISchemaDependent | |
| virtual | ~ISchemaDependent () |
Additional Inherited Members | |
Protected Attributes inherited from kaa::ICommonValue | |
| CommonValueType | type_ |
Definition at line 31 of file CommonFixed.hpp.
| kaa::CommonFixed::CommonFixed | ( | const avro::NodePtr & | schema | ) |
|
inlinevirtual |
Implements kaa::ISchemaDependent.
Definition at line 37 of file CommonFixed.hpp.
|
inlinevirtual |
Retrieves nested object
Implements kaa::ICommonValue.
Definition at line 35 of file CommonFixed.hpp.
| void kaa::CommonFixed::setValue | ( | const std::vector< boost::uint8_t > & | value | ) |
|
virtual |
Retrieves Avro representation of the nested object
Implements kaa::ICommonValue.
|
virtual |
Retrieves string representation of the nested object
Implements kaa::ICommonValue.