Code::Blocks  SVN r11506
Public Member Functions | List of all members
ProjectLoaderHooks::HookFunctorBase Class Referenceabstract

Abstract base hook functor interface. More...

#include <projectloader_hooks.h>

Inheritance diagram for ProjectLoaderHooks::HookFunctorBase:
Collaboration diagram for ProjectLoaderHooks::HookFunctorBase:

Public Member Functions

virtual ~HookFunctorBase ()
 
virtual void Call (cbProject *, TiXmlElement *, bool) const =0
 

Detailed Description

Abstract base hook functor interface.

Definition at line 18 of file projectloader_hooks.h.

Constructor & Destructor Documentation

◆ ~HookFunctorBase()

virtual ProjectLoaderHooks::HookFunctorBase::~HookFunctorBase ( )
inlinevirtual

Definition at line 21 of file projectloader_hooks.h.

Member Function Documentation

◆ Call()

virtual void ProjectLoaderHooks::HookFunctorBase::Call ( cbProject ,
TiXmlElement *  ,
bool   
) const
pure virtual

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