#include <OnixS/CME/MDH/BookManagement.h>
Public Member Functions | |
AnyDepthBookManagement (const SettingGroup *group=nullptr) | |
AnyDepthBookManagement (const AnyDepthBookManagement &other) | |
AnyDepthBookManagement & | operator= (const AnyDepthBookManagement &other) |
Public Member Functions inherited from BaseBookManagement< BboTracking > | |
BaseBookManagement (const SettingGroup *group=nullptr) | |
BaseBookManagement (const BaseBookManagement &other) | |
~BaseBookManagement () | |
bool | maintain () const |
BaseBookManagement & | maintain (bool value) |
const BboTracking & | bboTracking () const |
BboTracking & | bboTracking () |
BaseBookManagement & | operator= (const BaseBookManagement &other) |
Friends | |
class | BookManagement |
Additional Inherited Members | |
Protected Member Functions inherited from BaseBookManagement< BboTracking > | |
const SettingGroup & | group () const |
void | assignNoControl (const BaseBookManagement &other) |
Definition at line 672 of file BookManagement.h.
|
inline |
Initializes the instance with default values.
Optional parameter to enable grouping facilities.
Definition at line 677 of file BookManagement.h.
|
inline |
Initializes the instance as a copy of the other one.
Attributes controlling value assignment aren't cloned and thus only settings are copied.
Definition at line 688 of file BookManagement.h.
|
inline |
Re-initializes the instance as a copy of the other one.
Attributes controlling value assignment aren't cloned and thus only settings are copied.
Definition at line 699 of file BookManagement.h.
|
friend |
Definition at line 710 of file BookManagement.h.