client-cpp  0.0.1-SNAPSHOT
kaa::CommonNull Class Reference

#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_
 

Detailed Description

Definition at line 26 of file CommonNull.hpp.

Constructor & Destructor Documentation

kaa::CommonNull::CommonNull ( )
inline

Definition at line 28 of file CommonNull.hpp.

Member Function Documentation

const boost::any kaa::CommonNull::getValue ( ) const
inlinevirtual

Retrieves nested object

Implements kaa::ICommonValue.

Definition at line 30 of file CommonNull.hpp.

avro::GenericDatum kaa::CommonNull::toAvro ( ) const
inlinevirtual

Retrieves Avro representation of the nested object

Implements kaa::ICommonValue.

Definition at line 31 of file CommonNull.hpp.

std::string kaa::CommonNull::toString ( ) const
inlinevirtual

Retrieves string representation of the nested object

Implements kaa::ICommonValue.

Definition at line 37 of file CommonNull.hpp.


The documentation for this class was generated from the following file: