0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Attributes | List of all members
Hypertable::RowComponent Class Referenceabstract

#include <DataGeneratorRowComponent.h>

Inheritance diagram for Hypertable::RowComponent:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::RowComponent:
Collaboration graph
[legend]

Public Member Functions

 RowComponent (RowComponentSpec &spec)
 
virtual ~RowComponent ()
 
virtual bool next ()=0
 
virtual void render (String &dst)=0
 
- Public Member Functions inherited from Hypertable::RowComponentSpec
 RowComponentSpec ()
 

Protected Attributes

DiscreteRandomGeneratorPtr m_rng
 

Additional Inherited Members

- Public Attributes inherited from Hypertable::RowComponentSpec
int type
 
int order {}
 
std::string format
 
std::string min
 
std::string max
 
unsigned length_min {}
 
unsigned length_max {}
 
uint64_t value_count {}
 
unsigned seed {}
 
std::string distribution
 

Detailed Description

Definition at line 69 of file DataGeneratorRowComponent.h.

Constructor & Destructor Documentation

Hypertable::RowComponent::RowComponent ( RowComponentSpec spec)
inline

Definition at line 71 of file DataGeneratorRowComponent.h.

virtual Hypertable::RowComponent::~RowComponent ( )
inlinevirtual

Definition at line 77 of file DataGeneratorRowComponent.h.

Member Function Documentation

virtual bool Hypertable::RowComponent::next ( )
pure virtual
virtual void Hypertable::RowComponent::render ( String dst)
pure virtual

Member Data Documentation

DiscreteRandomGeneratorPtr Hypertable::RowComponent::m_rng
protected

Definition at line 81 of file DataGeneratorRowComponent.h.


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