MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Portal::Forma::InspectResult Struct Reference

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
 
InspectResultoperator= (const InspectResult &)=delete
 
InspectResultoperator= (InspectResult &&) noexcept=default
 
void tap_all ()
 Tap all row links in this result and all children, recursively.
 
 ~InspectResult ()=default
 

Public Attributes

std::vector< InspectResultchildren
 
ValueGroup group
 

Detailed Description

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.


The documentation for this struct was generated from the following file: