Struct Base::dumpOptions#

Nested Relationships#

This struct is a nested type of Class Base.

Inheritance Relationships#

Derived Type#

Struct Documentation#

struct dumpOptions#

A struct with options to tailor the content from a dumpString() call.

This struct can be sub-classed by specialized classes to add custom options.

Subclassed by Karana::Core::LockingBase::dumpOptions

Public Functions

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

Copy assignment operator.

Parameters:

p – The dumpOptions to copy from.

Returns:

A reference to this.

inline dumpOptions(const dumpOptions &p)#

Copy constructor.

Parameters:

p – The dumpOptions to copy from.

inline virtual ~dumpOptions()#

Destructor.

Public Members

bool typeString = true#

include the typeString info

bool id = true#

include the tree id

bool refCount = true#

include the reference count

bool cacheDeps = true#

Report cache dependency info.