Struct FrameContainer::DumpOptions#
Defined in File FrameContainer.h
Nested Relationships#
This struct is a nested type of Class FrameContainer.
Inheritance Relationships#
Base Type#
public LockingBase::DumpOptions
Struct Documentation#
-
struct DumpOptions : public LockingBase::DumpOptions
options struct for dumpString
Public Functions
-
inline DumpOptions &operator=(const DumpOptions &p)
Copy assignment operator.
- Parameters:
p – DumpOptions to copy from.
- Returns:
A reference to the assigned DumpOptions.
Public Members
-
bool frames = false
frames usage map
-
bool edges = false
edge usage map
-
bool oriented = false
oriented f2fs usage map
-
bool chains = false
regular chains usage map
-
inline DumpOptions &operator=(const DumpOptions &p)