#include <tupleGenerator.h>
Static Public Member Functions | |
void | fillWithInt32 (char *p) |
void | fillWithInt64 (char *p) |
void | fillWithSingle (char *p) |
void | fillWithDouble (char *p) |
void | fillWithTimestamp (char *p) |
void | printInt32 (const char *p) |
void | printInt64 (const char *p) |
void | printSingle (const char *p) |
void | printDouble (const char *p) |
char * | generateTuple (const char *format) |
char * | generateTuple (TupleDescription *td) |
void | printTuple (const char *t, const char *format) |
void | printTuple (const char *t, TupleDescription *td) |
|
|
|
|
|
|
|
|
|
Deprecated -- avoid (it should be a timeval, not a time_t In the meantime, just make two ints (timeval = two ints for us) time_t t; time( &t ); printf( "[tupleGenerator] WARNING: fillWithTimestamp is deprecated (not updated to timeval)\n" ); ( (time_t*)p ) = t; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|