|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Result of an introspect call. More...
#include <InspectResult.hpp>
Collaboration diagram for MayaFlux::Portal::Forma::InspectResult:Public Member Functions | |
| InspectResult ()=default | |
| InspectResult (const InspectResult &)=delete | |
| InspectResult (InspectResult &&) noexcept=default | |
| InspectResult & | operator= (const InspectResult &)=delete |
| InspectResult & | operator= (InspectResult &&) noexcept=default |
| void | tap_all () |
| Tap all row links in this result and all children, recursively. | |
| ~InspectResult ()=default | |
Public Attributes | |
| std::vector< InspectResult > | children |
| ValueGroup | group |
Result of an introspect call.
Owns the ValueGroup (header collapsible + value rows) and nested InspectResults for sub-objects. The caller's only per-tick obligation is tap_all() from a GraphicsRoutine.
Definition at line 14 of file InspectResult.hpp.