#include <xst_traced_action_base.h>
Definition at line 44 of file xst_traced_action_base.h.
Protected Member Functions | |
| template<typename ResultT> | |
| void | trace_epilog (ResultT const &result_) const |
| Displays epilog section of the trace. | |
| template<typename ArgumentT> | |
| void | trace_prolog (ArgumentT const &arg_) const |
| Displays prolog section of trace for action with one argument. | |
| void | trace_prolog () const |
| Displays prolog section of trace for action with no arguments. | |
| xst_traced_action_base (int line_, char const *action_name_) | |
| Constructs and initializes the object. | |
|
||||||||||||
|
Constructs and initializes the object.
Definition at line 55 of file xst_traced_action_base.h. |
|
|
Displays epilog section of the trace.
Definition at line 94 of file xst_traced_action_base.h. References CTTL_TRACE_DEPOSIT_JUSTIFY, CTTL_TRACE_DEPOSIT_TEXT, and cttl::alias::identity(). |
|
|
Displays prolog section of trace for action with one argument.
Definition at line 77 of file xst_traced_action_base.h. References CTTL_TRACE_DEPOSIT_JUSTIFY, CTTL_TRACE_DEPOSIT_TEXT, and cttl::alias::identity(). |
|
|
Displays prolog section of trace for action with no arguments.
Definition at line 63 of file xst_traced_action_base.h. References CTTL_TRACE_DEPOSIT_JUSTIFY, and CTTL_TRACE_DEPOSIT_TEXT. |
1.3.9.1