|
client-cpp
0.0.1-SNAPSHOT
|
#include <CommonNull.hpp>
Inheritance diagram for kaa::CommonNull:
Collaboration diagram for kaa::CommonNull:Public Member Functions | |
| CommonNull () | |
| const boost::any | getValue () const |
| avro::GenericDatum | toAvro () const |
| std::string | toString () const |
Public Member Functions inherited from kaa::ICommonValue | |
| ICommonValue (CommonValueType type) | |
| virtual | ~ICommonValue () |
| CommonValueType | getCommonType () |
Additional Inherited Members | |
Protected Attributes inherited from kaa::ICommonValue | |
| CommonValueType | type_ |
Definition at line 26 of file CommonNull.hpp.
|
inline |
Definition at line 28 of file CommonNull.hpp.
|
inlinevirtual |
|
inlinevirtual |
Retrieves Avro representation of the nested object
Implements kaa::ICommonValue.
Definition at line 31 of file CommonNull.hpp.
|
inlinevirtual |
Retrieves string representation of the nested object
Implements kaa::ICommonValue.
Definition at line 37 of file CommonNull.hpp.