Struct FrameToFrame::DumpOptions#

Nested Relationships#

This struct is a nested type of Class FrameToFrame.

Inheritance Relationships#

Base Type#

  • public LockingBase::DumpOptions

Derived Type#

Struct Documentation#

struct DumpOptions : public LockingBase::DumpOptions#

Options struct for the dumpString() method

Subclassed by Karana::Frame::OrientedChainedFrameToFrame::DumpOptions

Public Functions

DumpOptions() = default#
inline DumpOptions &operator=(const DumpOptions &p)#

copy operator

Public Members

unsigned int depth = 1#

The depth of nested objects to include (0 is all, 1 is one deep etc.)

bool data = true#

Report data values and cache status.