List of all members.
Public Member Functions
-
const char * cstr1 () const
-
double double1 () const
-
float float1 () const
-
const char * format () const
-
int int1 () const
-
int int2 () const
-
long long int64 () const
-
bool isDefined () const
- Default copy constructor and assignment.
-
RoadLogEvent (const char *fmt)
-
RoadLogEvent (const char *fmt, int d)
-
RoadLogEvent (const char *fmt, int d, int d2)
-
RoadLogEvent (const char *fmt, int d, int d2, float f)
-
RoadLogEvent (const char *fmt, int d, int d2, float f, const char *s)
-
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)
-
RoadLogEvent (const char *fmt, int d, int d2, float f, long long i)
-
RoadLogEvent (const char *fmt, int d, int d2, float f, double g)
-
const void * void1 () const
Public Attributes
-
union {
- const char * cstr_1
- One additional argument (for logging)
- double double_1
- signed int64 (i). Ambiguous if unsigned is also defined.
- long long int64_1
- Void* argument (x) -- Use upper-case codes for object types.
- const void * void_1
- Cstr argument (s) -- type checked at construct-time.
- };
- Float argument (f, for logging)
-
float float_1
- Integer argument (d, for logging)
-
const char * format_string
-
int int_1
- Format string (a literal with format codes, for logging)
-
int int_2
- Integer argument (d, for logging)
Conversion
The documentation for this struct was generated from the following files:
- modules/examples/ConvexHull/RoadLogEvent.h
- modules/examples/ConvexHull/RoadLogEvent.cpp