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

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

Detailed Description

Definition at line 31 of file CommonFixed.hpp.

Constructor & Destructor Documentation

kaa::CommonFixed::CommonFixed ( const avro::NodePtr &  schema)

Member Function Documentation

const avro::NodePtr& kaa::CommonFixed::getSchema ( ) const
inlinevirtual
Returns
schema object
See also
NodePtr

Implements kaa::ISchemaDependent.

Definition at line 37 of file CommonFixed.hpp.

const boost::any kaa::CommonFixed::getValue ( ) const
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)
avro::GenericDatum kaa::CommonFixed::toAvro ( ) const
virtual

Retrieves Avro representation of the nested object

Implements kaa::ICommonValue.

std::string kaa::CommonFixed::toString ( ) const
virtual

Retrieves string representation of the nested object

Implements kaa::ICommonValue.


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