#include <OnixS/CME/MDH/BookManagement.h>
Public Member Functions | |
AnyDepthBookManagement (const SettingGroup *group=NULL) | |
AnyDepthBookManagement (const AnyDepthBookManagement &other) | |
AnyDepthBookManagement & | operator= (const AnyDepthBookManagement &other) |
![]() | |
BaseBookManagement (const SettingGroup *group=NULL) | |
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 | |
![]() | |
const SettingGroup & | group () const |
void | assignNoControl (const BaseBookManagement &other) |
Parameters affecting book management machinery for a books having variable depth like MBO ones.
Definition at line 970 of file BookManagement.h.
|
inline |
Initializes the instance with default values. Optional parameter to enable grouping facilities.
Definition at line 1004 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 1016 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 1033 of file BookManagement.h.
|
friend |
Definition at line 978 of file BookManagement.h.