CLAM-Development  1.4.0
Public Member Functions | Protected Member Functions | Protected Attributes
CLAM::ReadHook< AttributeType > Class Template Reference

#include <Extractor.hxx>

List of all members.

Public Member Functions

 ReadHook ()
 ~ReadHook ()
ReadHookBind (const std::string &scope, const std::string &attribute)
ReadHookIndirect (const std::string &scope, const std::string &attribute)
const AttributeType & GetForReading () const
void Init (const DescriptionDataPool &pool)
virtual void Next ()
virtual bool IsInsideScope () const
- Public Member Functions inherited from CLAM::Hook< AttributeType >
virtual ~Hook ()

Protected Member Functions

virtual unsigned GetCurrent () const
- Protected Member Functions inherited from CLAM::Hook< AttributeType >
const std::string GetScope () const

Protected Attributes

const DescriptionDataPool_pool
const AttributeType * _data
ReadHook< unsigned > * _chained
- Protected Attributes inherited from CLAM::Hook< AttributeType >
std::string _attribute
std::string _scope

Detailed Description

template<typename AttributeType>
class CLAM::ReadHook< AttributeType >

Definition at line 59 of file Extractor.hxx.


Constructor & Destructor Documentation

template<typename AttributeType >
CLAM::ReadHook< AttributeType >::ReadHook ( )
inline

Definition at line 62 of file Extractor.hxx.

References CLAM::ReadHook< AttributeType >::_chained.

template<typename AttributeType >
CLAM::ReadHook< AttributeType >::~ReadHook ( )
inline

Definition at line 66 of file Extractor.hxx.

References CLAM::ReadHook< AttributeType >::_chained.


Member Function Documentation

template<typename AttributeType >
ReadHook& CLAM::ReadHook< AttributeType >::Bind ( const std::string &  scope,
const std::string &  attribute 
)
inline

Reimplemented from CLAM::Hook< AttributeType >.

Definition at line 70 of file Extractor.hxx.

template<typename AttributeType >
virtual unsigned CLAM::ReadHook< AttributeType >::GetCurrent ( ) const
inlineprotectedvirtual
template<typename AttributeType >
const AttributeType& CLAM::ReadHook< AttributeType >::GetForReading ( ) const
inline
template<typename AttributeType >
ReadHook& CLAM::ReadHook< AttributeType >::Indirect ( const std::string &  scope,
const std::string &  attribute 
)
inline

Definition at line 77 of file Extractor.hxx.

References CLAM::ReadHook< AttributeType >::_chained.

template<typename AttributeType >
void CLAM::ReadHook< AttributeType >::Init ( const DescriptionDataPool pool)
inline
template<typename AttributeType >
virtual bool CLAM::ReadHook< AttributeType >::IsInsideScope ( ) const
inlinevirtual
template<typename AttributeType >
virtual void CLAM::ReadHook< AttributeType >::Next ( )
inlinevirtual

Implements CLAM::Hook< AttributeType >.

Definition at line 108 of file Extractor.hxx.

References CLAM::ReadHook< AttributeType >::_chained.


Member Data Documentation

template<typename AttributeType >
ReadHook<unsigned>* CLAM::ReadHook< AttributeType >::_chained
protected
template<typename AttributeType >
const AttributeType* CLAM::ReadHook< AttributeType >::_data
protected
template<typename AttributeType >
const DescriptionDataPool* CLAM::ReadHook< AttributeType >::_pool
protected

The documentation for this class was generated from the following file: