ArcSec::FnFactory Class Reference

Interface for function factory class. More...

#include <FnFactory.h>

Inheritance diagram for ArcSec::FnFactory:
Arc::Plugin

Public Member Functions

virtual FunctioncreateFn (const std::string &type)=0

Detailed Description

Interface for function factory class.

FnFactory is in charge of creating Function object according to the algorithm type given as argument of method createFn. This class can be inherited for implementing a factory class which can create some specific Function objects.


Member Function Documentation

virtual Function* ArcSec::FnFactory::createFn ( const std::string &  type  )  [pure virtual]

creat algorithm object based on the type algorithm type

Parameters:
type The type of Function
Returns:
The object of Function

The documentation for this class was generated from the following file:
Generated on Wed Jun 27 11:54:34 2012 for Hosting Environment (Daemon) by  doxygen 1.6.3