#include <FlagControl.hxx>
Public Member Functions | |
FlagControlConfig () | |
FlagControlConfig (const FlagControlConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (FlagControlConfig, 2) | |
__COMMON_DYN_ATTRIBUTE (0, public, std::string, Name) protected | |
bool | LoadName (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, bool, Flag) protected | |
bool | LoadFlag (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit (void) |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 14 of file FlagControl.hxx.
CLAM::FlagControlConfig::FlagControlConfig | ( | ) | [inline] |
Definition at line 17 of file FlagControl.hxx.
CLAM::FlagControlConfig::FlagControlConfig | ( | const FlagControlConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 17 of file FlagControl.hxx.
CLAM::FlagControlConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
bool | , | |||
Flag | ||||
) | [inline] |
Definition at line 19 of file FlagControl.hxx.
CLAM::FlagControlConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
std::string | , | |||
Name | ||||
) | [inline] |
Definition at line 18 of file FlagControl.hxx.
CLAM::FlagControlConfig::__COMMON_DYNAMIC_TYPE | ( | FlagControlConfig | , | |
2 | ||||
) |
void CLAM::FlagControlConfig::DefaultInit | ( | void | ) | [protected] |
The concrete dynamic type constructor calls DefaultInit().
This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().
Reimplemented from CLAM::DynamicType.
Definition at line 15 of file FlagControl.cxx.
bool CLAM::FlagControlConfig::LoadFlag | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 19 of file FlagControl.hxx.
bool CLAM::FlagControlConfig::LoadName | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 18 of file FlagControl.hxx.