StlFeatureFactoryPlugin Class Reference

#include <stlfeaturefactoryplugin.h>

Inheritance diagram for StlFeatureFactoryPlugin:

StandardFeaturesPlugin StlFeaturePlugin List of all members.

Public Member Functions

virtual ~StlFeatureFactoryPlugin ()
virtual std::set< std::string > keys ()=0
virtual StlFeatureInterfacecreate (const std::string &key)=0
virtual std::string title (const std::string &key)=0
virtual std::string description (const std::string &key)=0

Detailed Description

Note that this class does not call "using namespace std", as that may not be wanted by the feature implementer. Hence, in the places where STL containers are used, they are prefixed with "std::".


Constructor & Destructor Documentation

virtual StlFeatureFactoryPlugin::~StlFeatureFactoryPlugin (  )  [inline, virtual]


Member Function Documentation

virtual std::set<std::string> StlFeatureFactoryPlugin::keys (  )  [pure virtual]

Implemented in StandardFeaturesPlugin, and StlFeaturePlugin.

virtual StlFeatureInterface* StlFeatureFactoryPlugin::create ( const std::string &  key  )  [pure virtual]

Implemented in StandardFeaturesPlugin, and StlFeaturePlugin.

virtual std::string StlFeatureFactoryPlugin::title ( const std::string &  key  )  [pure virtual]

Implemented in StandardFeaturesPlugin, and StlFeaturePlugin.

virtual std::string StlFeatureFactoryPlugin::description ( const std::string &  key  )  [pure virtual]

Implemented in StandardFeaturesPlugin, and StlFeaturePlugin.


The documentation for this class was generated from the following file:
Generated on Mon Jul 30 09:46:53 2007 for Digest by  doxygen 1.5.2