Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/include/CLAM/ |
Current File : //proc/self/root/usr/include/CLAM/FlagControl.hxx |
#ifndef _FlagControl_hxx_ #define _FlagControl_hxx_ #include "DataTypes.hxx" #include "OutControl.hxx" #include "Processing.hxx" #include "ProcessingConfig.hxx" #include <string> namespace CLAM { class FlagControlConfig : public ProcessingConfig { public: DYNAMIC_TYPE_USING_INTERFACE (FlagControlConfig, 2, ProcessingConfig); DYN_ATTRIBUTE (0, public, std::string, Name); DYN_ATTRIBUTE (1, public, bool, Flag ); protected: void DefaultInit(void); }; class FlagControl : public Processing { private: FlagControlConfig mConfig; FloatOutControl mFlagOutControl; public: FlagControl(); FlagControl( const FlagControlConfig & ); bool Do(); virtual ~FlagControl(){} const char * GetClassName() const {return "FlagControl";} inline const ProcessingConfig &GetConfig() const { return mConfig;} bool ConcreteConfigure(const ProcessingConfig& c); }; } //namespace CLAM #endif
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare