CLAM::FlagControlConfig Class Reference

#include <FlagControl.hxx>

List of all members.

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().

Detailed Description

Definition at line 14 of file FlagControl.hxx.


Constructor & Destructor Documentation

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.


Member Function Documentation

CLAM::FlagControlConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
bool  ,
Flag   
) [inline]

Definition at line 19 of file FlagControl.hxx.

CLAM::FlagControlConfig::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
std::string  ,
Name   
) [inline]

Definition at line 18 of file FlagControl.hxx.

CLAM::FlagControlConfig::__COMMON_DYNAMIC_TYPE ( FlagControlConfig  ,
 
)
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().

See also:
CopyInit()

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.


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3