FlightGear next
FGXMLAutopilot::FunctorBase< TBase > Class Template Referenceabstract

#include <functor.hxx>

Inherited by FGXMLAutopilot::CreateAndConfigureFunctor< TClass, TBase >.

Public Member Functions

virtual ~FunctorBase ()
 
virtual TBase * operator() (SGPropertyNode &prop_root, SGPropertyNode &cfg)=0
 

Detailed Description

template<class TBase>
class FGXMLAutopilot::FunctorBase< TBase >

Definition at line 32 of file functor.hxx.

Constructor & Destructor Documentation

◆ ~FunctorBase()

template<class TBase>
virtual FGXMLAutopilot::FunctorBase< TBase >::~FunctorBase ( )
inlinevirtual

Definition at line 34 of file functor.hxx.

Member Function Documentation

◆ operator()()

template<class TBase>
virtual TBase * FGXMLAutopilot::FunctorBase< TBase >::operator() ( SGPropertyNode & prop_root,
SGPropertyNode & cfg )
pure virtual

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