The CallInfo
Struct Reference
Declaration
struct OutputCodeRecorder::CallInfo { ... }
Public Member Typedefs Index
using | ConditionFunc = std::function< bool()> |
using | OutputFunc = std::function< void(OutputCodeList *)> |
Public Constructors Index
CallInfo (ConditionFunc &&c, OutputFunc &&f, bool ic) | |
Public Member Attributes Index
ConditionFunc | condition |
OutputFunc | function |
bool | insideSpecialComment = false |
Definition at line 142 of file outputlist.h.
Public Member Typedefs
ConditionFunc
|
Definition at line 144 of file outputlist.h.
144 using ConditionFunc = std::function<bool()>;
OutputFunc
|
Definition at line 145 of file outputlist.h.
145 using OutputFunc = std::function<void(OutputCodeList*)>;
Public Constructors
CallInfo()
| inline |
Definition at line 146 of file outputlist.h.
146 CallInfo(ConditionFunc &&c,OutputFunc &&f,bool ic)
147 : condition(std::move(c)), function(std::move(f)), insideSpecialComment(ic) {}
References condition, function and insideSpecialComment.
Public Member Attributes
condition
|
function
|
insideSpecialComment
|
Definition at line 150 of file outputlist.h.
150 bool insideSpecialComment = false;
Referenced by CallInfo.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.