|
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 316 of file outputlist.h.
|
inlineexplicit |
Definition at line 318 of file outputlist.h.
References intf.
Referenced by operator=(), and OutputGenElem().
|
inline |
Definition at line 319 of file outputlist.h.
References enabled, intf, and OutputGenElem().
|
inline |
Definition at line 324 of file outputlist.h.
References enabled, intf, and OutputGenElem().
|
inline |
| bool OutputList::OutputGenElem::enabled = true |
Definition at line 335 of file outputlist.h.
Referenced by operator=(), OutputGenElem(), and setEnabled().
| std::stack<bool> OutputList::OutputGenElem::enabledStack |
Definition at line 336 of file outputlist.h.
Referenced by setEnabled().
| OutputGenIntfPtr OutputList::OutputGenElem::intf |
Definition at line 333 of file outputlist.h.
Referenced by operator=(), OutputGenElem(), and OutputGenElem().