#include <Extractor.hxx>
Definition at line 165 of file Extractor.hxx.
Public Member Functions | |
void | Init (DescriptionDataPool &pool) |
AttributeType & | GetForWriting () const |
virtual void | Next () |
virtual bool | IsInsideScope () const |
Protected Member Functions | |
unsigned | GetCurrent () const |
void CLAM::WriteHook< AttributeType >::Init | ( | DescriptionDataPool & | pool | ) | [inline] |
Definition at line 168 of file Extractor.hxx.
AttributeType& CLAM::WriteHook< AttributeType >::GetForWriting | ( | ) | const [inline] |
Definition at line 177 of file Extractor.hxx.
References CLAM::WriteHook< AttributeType >::GetCurrent().
virtual void CLAM::WriteHook< AttributeType >::Next | ( | ) | [inline, virtual] |
virtual bool CLAM::WriteHook< AttributeType >::IsInsideScope | ( | ) | const [inline, virtual] |
Implements CLAM::Hook< AttributeType >.
Definition at line 187 of file Extractor.hxx.
References CLAM::DescriptionDataPool::GetNumberOfContexts().
unsigned CLAM::WriteHook< AttributeType >::GetCurrent | ( | ) | const [inline, protected] |
Definition at line 194 of file Extractor.hxx.
Referenced by CLAM::WriteHook< AttributeType >::GetForWriting().