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::RowComponentTimestamp Class Reference

#include <DataGeneratorRowComponent.h>

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

Public Member Functions

 RowComponentTimestamp (RowComponentSpec &spec)
 
virtual ~RowComponentTimestamp ()
 
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

time_t m_min
 
time_t m_max
 
time_t m_next
 
char * m_render_buf
 
int m_render_buf_len
 

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 172 of file DataGeneratorRowComponent.h.

Constructor & Destructor Documentation

Hypertable::RowComponentTimestamp::RowComponentTimestamp ( RowComponentSpec spec)
inline

Definition at line 174 of file DataGeneratorRowComponent.h.

virtual Hypertable::RowComponentTimestamp::~RowComponentTimestamp ( )
inlinevirtual

Definition at line 224 of file DataGeneratorRowComponent.h.

Member Function Documentation

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

Implements Hypertable::RowComponent.

Definition at line 227 of file DataGeneratorRowComponent.h.

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

Implements Hypertable::RowComponent.

Definition at line 248 of file DataGeneratorRowComponent.h.

Member Data Documentation

time_t Hypertable::RowComponentTimestamp::m_max
private

Definition at line 252 of file DataGeneratorRowComponent.h.

time_t Hypertable::RowComponentTimestamp::m_min
private

Definition at line 252 of file DataGeneratorRowComponent.h.

time_t Hypertable::RowComponentTimestamp::m_next
private

Definition at line 252 of file DataGeneratorRowComponent.h.

char* Hypertable::RowComponentTimestamp::m_render_buf
private

Definition at line 253 of file DataGeneratorRowComponent.h.

int Hypertable::RowComponentTimestamp::m_render_buf_len
private

Definition at line 254 of file DataGeneratorRowComponent.h.


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