Private and protected interface of class 'TraceEmpty'. More...
#include <TraceEmpty_private.h>
Public Member Functions | |
INHERITS_FROM (TracePlugin) | |
Related Functions | |
(Note that these are not member functions.) | |
int | trace_empty_action (const TracePlugin_ptr self) |
Action method associated with this class. | |
void | trace_empty_deinit (TraceEmpty_ptr self) |
The TraceEmpty class private deinitializer. | |
void | trace_empty_init (TraceEmpty_ptr self) |
The TraceEmpty class private initializer. | |
TraceEmpty_ptr | TraceEmpty_create (void) |
The TraceEmpty class constructor. | |
void | TraceEmpty_destroy (TraceEmpty_ptr self) |
The TraceEmpty class destructor. |
Private and protected interface of class 'TraceEmpty'.
Public interface of class 'TraceEmpty'.
TraceEmpty class definition derived from class TracePlugin
Definition of the public accessor for class TraceEmpty
TraceEmpty::INHERITS_FROM | ( | TracePlugin | ) |
int trace_empty_action | ( | const TracePlugin_ptr | self | ) | [related] |
Action method associated with this class.
Does nothing. Useful when it is not possible to control directly the call to execute plugin
void trace_empty_deinit | ( | TraceEmpty_ptr | self | ) | [related] |
The TraceEmpty class private deinitializer.
The TraceEmpty class private deinitializer
void trace_empty_init | ( | TraceEmpty_ptr | self | ) | [related] |
The TraceEmpty class private initializer.
The TraceEmpty class private initializer
TraceEmpty_ptr TraceEmpty_create | ( | void | ) | [related] |
The TraceEmpty class constructor.
AutomaticStart
The TraceEmpty class constructor
void TraceEmpty_destroy | ( | TraceEmpty_ptr | self | ) | [related] |