10 #define ROADLOGEVENT_H 26 const char * format_string; 40 RoadLogEvent() : format_string(0), int_1(0), int_2(0), float_1(0), int64_1(0) {}; 54 bool isValid() const { return format_string!=0; } 66 std::string
toString(
const char* tag,
int code)
const;
70 static bool firstExtraCode(std::ostream &os, char c, char *extraCode); 77 #endif // ROADLOGEVENT_H double double_1
signed int64 (i). Ambiguous if unsigned is also defined.
const char * format_string
RoadLogEvent(const char *fmt, int d, int d2, float f, long long i)
QhullRidge – Qhull's ridge structure, ridgeT, as a C++ class.
const char * cstr_1
One additional argument (for logging)
RoadLogEvent(const char *fmt)
float float_1
Integer argument (d, for logging)
int int_2
Integer argument (d, for logging)
const char * format() const
std::string toString(const char *tag, int code) const
RoadLogEvent(const char *fmt, int d, int d2, float f, double g)
const void * void_1
Cstr argument (s) – type checked at construct-time.
const void * void1() const
RoadLogEvent(const char *fmt, int d)
RoadLogEvent(const char *fmt, int d, int d2)
RoadLogEvent(const char *fmt, int d, int d2, float f, const void *x)
RoadLogEvent(const char *fmt, int d, int d2, float f, int i)
long long int64_1
Void* argument (x) – Use upper-case codes for object types.
const char * cstr1() const
RoadLogEvent(const char *fmt, int d, int d2, float f)
RoadLogEvent(const char *fmt, int d, int d2, float f, const char *s)
int int_1
Format string (a literal with format codes, for logging)