#include <eventlog.hpp>
Inheritance diagram for EventMarker:


Public Member Functions | |
| EventMarker (char *n) | |
| EventMarker (char *n, void *p1) | |
| EventMarker (char *n, void *p1, void *p2) | |
| EventMarker (char *n, void *p1, void *p2, void *p3) | |
| void | init (char *n, void *p1, void *p2, void *p3) |
| ~EventMarker () | |
Public Attributes | |
| EL_Event | event |
| EL_Event * | here |
Definition at line 83 of file eventlog.hpp.
| EventMarker::EventMarker | ( | char * | n | ) | [inline] |
Definition at line 88 of file eventlog.hpp.
References init().
Here is the call graph for this function:

| EventMarker::EventMarker | ( | char * | n, | |
| void * | p1 | |||
| ) | [inline] |
Definition at line 89 of file eventlog.hpp.
References init().
Here is the call graph for this function:

| EventMarker::EventMarker | ( | char * | n, | |
| void * | p1, | |||
| void * | p2 | |||
| ) | [inline] |
Definition at line 90 of file eventlog.hpp.
References init().
Here is the call graph for this function:

| EventMarker::EventMarker | ( | char * | n, | |
| void * | p1, | |||
| void * | p2, | |||
| void * | p3 | |||
| ) | [inline] |
Definition at line 91 of file eventlog.hpp.
References init().
Here is the call graph for this function:

| EventMarker::~EventMarker | ( | ) | [inline] |
Definition at line 100 of file eventlog.hpp.
References atomic, ending, event, eventLog, here, EventLog::log(), EventLog::nesting, EventLog::next, and EL_Event::status.
Here is the call graph for this function:

| void EventMarker::init | ( | char * | n, | |
| void * | p1, | |||
| void * | p2, | |||
| void * | p3 | |||
| ) | [inline] |
Definition at line 93 of file eventlog.hpp.
References event, eventLog, here, EventLog::log(), EventLog::nesting, EventLog::next, starting, and EL_Event::status.
Referenced by EventMarker().
Here is the call graph for this function:

1.4.7