Doxygen
|
Public Member Functions | |
OutputGenElem (OutputGenIntfPtr &&v) | |
OutputGenElem (const OutputGenElem &other) | |
OutputGenElem & | operator= (const OutputGenElem &other) |
void | setEnabled (bool e) |
Public Attributes | |
OutputGenIntfPtr | intf |
bool | enabled = true |
std::stack< bool > | enabledStack |
Definition at line 319 of file outputlist.h.
|
inlineexplicit |
Definition at line 321 of file outputlist.h.
References intf.
Referenced by operator=(), and OutputGenElem().
|
inline |
Definition at line 322 of file outputlist.h.
References enabled, intf, and OutputGenElem().
|
inline |
Definition at line 327 of file outputlist.h.
References enabled, intf, and OutputGenElem().
|
inline |
bool OutputList::OutputGenElem::enabled = true |
Definition at line 338 of file outputlist.h.
Referenced by operator=(), OutputGenElem(), and setEnabled().
std::stack<bool> OutputList::OutputGenElem::enabledStack |
Definition at line 339 of file outputlist.h.
Referenced by setEnabled().
OutputGenIntfPtr OutputList::OutputGenElem::intf |
Definition at line 336 of file outputlist.h.
Referenced by operator=(), OutputGenElem(), and OutputGenElem().