Struct Base::dumpOptions#
Defined in File Base.h
Nested Relationships#
This struct is a nested type of Class Base.
Inheritance Relationships#
Derived Type#
public Karana::Core::LockingBase::dumpOptions(Struct LockingBase::dumpOptions)
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.
-
dumpOptions() = default#