client-cpp  0.0.1-SNAPSHOT
kaa::ISchemaDependent Class Referenceabstract

#include <ISchemaDependent.hpp>

+ Inheritance diagram for kaa::ISchemaDependent:

Public Member Functions

virtual const avro::NodePtr & getSchema () const =0
 
virtual ~ISchemaDependent ()
 

Detailed Description

Interface for objects whose serialization depends on schema

Definition at line 27 of file ISchemaDependent.hpp.

Constructor & Destructor Documentation

virtual kaa::ISchemaDependent::~ISchemaDependent ( )
inlinevirtual

Definition at line 35 of file ISchemaDependent.hpp.

Member Function Documentation

virtual const avro::NodePtr& kaa::ISchemaDependent::getSchema ( ) const
pure virtual
Returns
schema object
See also
NodePtr

Implemented in kaa::CommonFixed, kaa::CommonRecord, kaa::CommonEnum, and kaa::CommonArray.


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