CLAM::Hook< AttributeType > Class Template Reference
[Semantical Analysis]

#include <Extractor.hxx>

List of all members.

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

Detailed Description

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

Definition at line 31 of file Extractor.hxx.


Constructor & Destructor Documentation

template<typename AttributeType >
virtual CLAM::Hook< AttributeType >::~Hook (  )  [inline, virtual]

Definition at line 29 of file Extractor.hxx.

Referenced by CLAM::Hook< AttributeType >::Bind().


Member Function Documentation

template<typename AttributeType >
void CLAM::Hook< AttributeType >::Bind ( const std::string &  scope,
const std::string &  attribute 
) [inline]
template<typename AttributeType >
const std::string CLAM::Hook< AttributeType >::GetScope (  )  const [inline, protected]

Definition at line 42 of file Extractor.hxx.

template<typename AttributeType >
virtual bool CLAM::Hook< AttributeType >::IsInsideScope (  )  const [pure virtual]
template<typename AttributeType >
virtual void CLAM::Hook< AttributeType >::Next (  )  [pure virtual]

Member Data Documentation

template<typename AttributeType >
std::string CLAM::Hook< AttributeType >::_attribute [protected]

Definition at line 46 of file Extractor.hxx.

template<typename AttributeType >
std::string CLAM::Hook< AttributeType >::_scope [protected]

Definition at line 47 of file Extractor.hxx.

Referenced by CLAM::Hook< AttributeType >::Bind().


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