|
client-cpp
0.0.1-SNAPSHOT
|
#include <CommonArray.hpp>
Inheritance diagram for kaa::CommonArray:
Collaboration diagram for kaa::CommonArray:Public Member Functions | |
| CommonArray (const avro::NodePtr &schema) | |
| const boost::any | getValue () const |
| const avro::NodePtr & | getSchema () const |
| avro::GenericDatum | toAvro () const |
| std::string | toString () const |
| container_type & | getList () const |
Public Member Functions inherited from kaa::ICommonArrayBase< Container > | |
| ICommonArrayBase () | |
| virtual | ~ICommonArrayBase () |
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 | |
Public Types inherited from kaa::ICommonArrayBase< Container > | |
| typedef Container | container_type |
| typedef Container::value_type | elements_type |
Protected Attributes inherited from kaa::ICommonValue | |
| CommonValueType | type_ |
Definition at line 25 of file CommonArray.hpp.
| kaa::CommonArray::CommonArray | ( | const avro::NodePtr & | schema | ) |
|
virtual |
|
inlinevirtual |
Implements kaa::ISchemaDependent.
Definition at line 30 of file CommonArray.hpp.
|
inlinevirtual |
Retrieves nested object
Implements kaa::ICommonValue.
Definition at line 29 of file CommonArray.hpp.
|
virtual |
Retrieves Avro representation of the nested object
Implements kaa::ICommonValue.
|
virtual |
Retrieves string representation of the nested object
Implements kaa::ICommonValue.