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

#include <DataGeneratorRowComponent.h>

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

Public Member Functions

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

Private Attributes

int64_t m_min
 
int64_t m_max
 
int64_t m_next
 
char * m_render_buf
 

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
 
- Protected Attributes inherited from Hypertable::RowComponent
DiscreteRandomGeneratorPtr m_rng
 

Detailed Description

Definition at line 117 of file DataGeneratorRowComponent.h.

Constructor & Destructor Documentation

Hypertable::RowComponentInteger::RowComponentInteger ( RowComponentSpec spec)
inline

Definition at line 119 of file DataGeneratorRowComponent.h.

virtual Hypertable::RowComponentInteger::~RowComponentInteger ( )
inlinevirtual

Definition at line 140 of file DataGeneratorRowComponent.h.

Member Function Documentation

virtual bool Hypertable::RowComponentInteger::next ( )
inlinevirtual

Implements Hypertable::RowComponent.

Definition at line 143 of file DataGeneratorRowComponent.h.

virtual void Hypertable::RowComponentInteger::render ( String dst)
inlinevirtual

Implements Hypertable::RowComponent.

Definition at line 164 of file DataGeneratorRowComponent.h.

Member Data Documentation

int64_t Hypertable::RowComponentInteger::m_max
private

Definition at line 168 of file DataGeneratorRowComponent.h.

int64_t Hypertable::RowComponentInteger::m_min
private

Definition at line 168 of file DataGeneratorRowComponent.h.

int64_t Hypertable::RowComponentInteger::m_next
private

Definition at line 168 of file DataGeneratorRowComponent.h.

char* Hypertable::RowComponentInteger::m_render_buf
private

Definition at line 169 of file DataGeneratorRowComponent.h.


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