Definition in file xst_deposit_adaptor.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | cttl_impl |
Classes | |
| class | xst_deposit_adaptor |
| Expression adaptor for lambda instructions. More... | |
| struct | xst_trace_delayed_char |
| Helper object to display single character upon return from a function call or exit from a local scope. More... | |
Defines | |
| #define | CTTL_TRACE_DEPOSIT_DELAYED_CHAR(xchar) |
| Macro delayed character trace. | |
| #define | CTTL_TRACE_DEPOSIT_JUSTIFY() |
| Macro justifies output with current trace output spacing level. | |
| #define | CTTL_TRACE_DEPOSIT_LINE(xtext) |
| Macro sends argument to std::cout along with current line. | |
| #define | CTTL_TRACE_DEPOSIT_MONOSPACE_TEXT(xtext) |
| Macro removes output control characters and sends argument to std::cout. | |
| #define | CTTL_TRACE_DEPOSIT_TEXT(xtext) |
| Macro sends argument to std::cout. | |
|
|
Macro delayed character trace.
Definition at line 68 of file xst_deposit_adaptor.h. Referenced by xst_unary_adaptor::evaluate(), xst_binary_adaptor::evaluate(), xst_unary_adaptor::match(), and xst_binary_adaptor::match(). |
|
|
|
Macro sends argument to std::cout along with current line.
Definition at line 70 of file xst_deposit_adaptor.h. |
|
|
Macro removes output control characters and sends argument to std::cout.
Definition at line 66 of file xst_deposit_adaptor.h. |
|
1.3.9.1