#include <Extractor.hxx>

Definition at line 33 of file Extractor.hxx.
Public Member Functions | |
| virtual | ~Hook () |
| void | Bind (const std::string &scope, const std::string &attribute) |
| virtual void | Next ()=0 |
| virtual bool | IsInsideScope () const =0 |
Protected Member Functions | |
| const std::string | GetScope () const |
Protected Attributes | |
| std::string | _attribute |
| std::string | _scope |
| virtual CLAM::Hook< AttributeType >::~Hook | ( | ) | [inline, virtual] |
Definition at line 36 of file Extractor.hxx.
| void CLAM::Hook< AttributeType >::Bind | ( | const std::string & | scope, | |
| const std::string & | attribute | |||
| ) | [inline] |
Reimplemented in CLAM::ReadHook< AttributeType >.
Definition at line 37 of file Extractor.hxx.
References CLAM::Hook< AttributeType >::_attribute, and CLAM::Hook< AttributeType >::_scope.
| virtual void CLAM::Hook< AttributeType >::Next | ( | ) | [pure virtual] |
Implemented in CLAM::ReadHook< AttributeType >, and CLAM::WriteHook< AttributeType >.
| virtual bool CLAM::Hook< AttributeType >::IsInsideScope | ( | ) | const [pure virtual] |
Implemented in CLAM::ReadHook< AttributeType >, and CLAM::WriteHook< AttributeType >.
| const std::string CLAM::Hook< AttributeType >::GetScope | ( | ) | const [inline, protected] |
std::string CLAM::Hook< AttributeType >::_attribute [protected] |
std::string CLAM::Hook< AttributeType >::_scope [protected] |
Definition at line 54 of file Extractor.hxx.
Referenced by CLAM::Hook< AttributeType >::Bind(), and CLAM::Hook< AttributeType >::GetScope().
1.5.5