|
client-cpp
0.0.1-SNAPSHOT
|
#include <ICommonArray.hpp>
Inheritance diagram for kaa::ICommonArrayBase< Container >:
Collaboration diagram for kaa::ICommonArrayBase< Container >:Public Types | |
| typedef Container | container_type |
| typedef Container::value_type | elements_type |
Public Member Functions | |
| ICommonArrayBase () | |
| virtual container_type & | getList () const =0 |
| virtual | ~ICommonArrayBase () |
Public Member Functions inherited from kaa::ICommonValue | |
| ICommonValue (CommonValueType type) | |
| virtual | ~ICommonValue () |
| virtual const boost::any | getValue () const =0 |
| virtual avro::GenericDatum | toAvro () const =0 |
| virtual std::string | toString () const =0 |
| CommonValueType | getCommonType () |
Public Member Functions inherited from kaa::ISchemaDependent | |
| virtual const avro::NodePtr & | getSchema () const =0 |
| virtual | ~ISchemaDependent () |
Additional Inherited Members | |
Protected Attributes inherited from kaa::ICommonValue | |
| CommonValueType | type_ |
Common array interface
Definition at line 31 of file ICommonArray.hpp.
| typedef Container kaa::ICommonArrayBase< Container >::container_type |
Definition at line 33 of file ICommonArray.hpp.
| typedef Container::value_type kaa::ICommonArrayBase< Container >::elements_type |
Definition at line 34 of file ICommonArray.hpp.
|
inline |
Definition at line 36 of file ICommonArray.hpp.
|
inlinevirtual |
Definition at line 44 of file ICommonArray.hpp.
|
pure virtual |