Struct Frame::DumpFrameTreeOptions#
Defined in File Frame.h
Nested Relationships#
This struct is a nested type of Class Frame.
Struct Documentation#
-
struct DumpFrameTreeOptions#
A struct with options to tailor the content from a dumpFrameTree() call
Public Members
-
bool type_string = true#
include the frame’s typeString info
-
bool edge_type = false#
include the frame’s edge’s typeString info
-
bool healthy_status = false#
include the frame’s healthy status
-
bool ref_count = false#
include the frame’s reference count
-
bool edge_ref_count = false#
include the frame’s edge’s reference count
-
bool id = false#
include the frame’s tree id
-
bool type_string = true#