
#include <trace-counter.h>

Public Member Functions | |
| CounterArg () | |
| CounterArg (int c, char *a, char *d) | |
| void | setValues (int _code, char *_arg, char *_desc) |
Data Fields | |
| int | code |
| char * | arg |
| char * | desc |
| CounterArg * | next |
| int | index |
Definition at line 153 of file trace-counter.h.
| TraceCounter::CounterArg::CounterArg | ( | ) | [inline] |
Definition at line 160 of file trace-counter.h.
| TraceCounter::CounterArg::CounterArg | ( | int | c, | |
| char * | a, | |||
| char * | d | |||
| ) | [inline] |
Definition at line 161 of file trace-counter.h.
| void TraceCounter::CounterArg::setValues | ( | int | _code, | |
| char * | _arg, | |||
| char * | _desc | |||
| ) | [inline] |
Definition at line 154 of file trace-counter.h.
Referenced by TraceCounter::beginExecute(), TraceCounter::beginOverview(), TraceCounter::endExecute(), TraceCounter::endOverview(), TraceCounter::matchArg(), TraceCounter::printHelp(), TraceCounter::registerArg(), setValues(), and TraceCounter::traceInit().
Definition at line 155 of file trace-counter.h.
Referenced by TraceCounter::endOverview(), TraceCounter::matchArg(), TraceCounter::printHelp(), TraceCounter::registerArg(), setValues(), TraceCounter::switchCounters(), and TraceCounter::traceInit().
Definition at line 156 of file trace-counter.h.
Referenced by TraceCounter::matchArg(), TraceCounter::printHelp(), setValues(), and TraceCounter::traceInit().
Definition at line 157 of file trace-counter.h.
Referenced by TraceCounter::matchArg(), TraceCounter::printHelp(), TraceCounter::registerArg(), TraceCounter::switchCounters(), and TraceCounter::traceInit().
Definition at line 158 of file trace-counter.h.
Referenced by TraceCounter::endExecute(), TraceCounter::endOverview(), and TraceCounter::traceInit().
1.5.5