HyperspaceExplorer 0.7.1
Public Member Functions

Class with factory methods to create a FunctionParameter. More...

#include <FunctionParameterFactory.h>

List of all members.

Public Member Functions

template<typename T >
FunctionParameter::parameter_ptr_type createParameterWithValue (const std::string &name, const T &value, const std::string &description="")
 Create a FunctionParameter from a value of type T.
template<typename T >
FunctionParameter::parameter_ptr_type createParameterWithDefault (const std::string &name, const T &defaultValue, const std::string &description="")
 Create a FunctionParameter from a default value of type T.

Detailed Description

Class with factory methods to create a FunctionParameter.

See also:
FunctionParameterValueBase

Member Function Documentation

template<typename T >
FunctionParameter::parameter_ptr_type FunctionParameterFactory::createParameterWithDefault ( const std::string name,
const T &  defaultValue,
const std::string description = "" 
) [inline]

Create a FunctionParameter from a default value of type T.

Template Parameters:
TType of the parameter to be declared.

References createParameterWithValue().

Here is the call graph for this function:

template<typename T >
FunctionParameter::parameter_ptr_type FunctionParameterFactory::createParameterWithValue ( const std::string name,
const T &  value,
const std::string description = "" 
) [inline]

Create a FunctionParameter from a value of type T.

Template Parameters:
TType of the parameter to be declared.

Referenced by createParameterWithDefault().

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends

Generated on Mon Apr 9 2012 20:25:18 for HyperspaceExplorer 0.7.1 by doxygen 1.7.4  -  Hosted bySourceForge.net Logo