cartobase  5.0.5
carto::Parameter< T > Class Template Reference

#include <cartobase/algorithm/algorithm.h>

Inheritance diagram for carto::Parameter< T >:
Collaboration diagram for carto::Parameter< T >:

Public Member Functions

 Parameter ()
 
 Parameter (T &ref, const std::string &name, const std::string &doc)
 
virtual ~Parameter ()
 
- Public Member Functions inherited from carto::BaseParameter
virtual ~BaseParameter ()
 

Friends

class ParameterModifier< T >
 

Detailed Description

template<typename T>
class carto::Parameter< T >

Definition at line 69 of file algorithm.h.

Constructor & Destructor Documentation

◆ Parameter() [1/2]

template<typename T>
carto::Parameter< T >::Parameter ( )
inline

Definition at line 72 of file algorithm.h.

◆ Parameter() [2/2]

template<typename T>
carto::Parameter< T >::Parameter ( T &  ref,
const std::string &  name,
const std::string &  doc 
)
inline

Definition at line 73 of file algorithm.h.

◆ ~Parameter()

template<typename T >
carto::Parameter< T >::~Parameter ( )
virtual

Definition at line 198 of file algorithm.h.

Friends And Related Function Documentation

◆ ParameterModifier< T >

template<typename T>
friend class ParameterModifier< T >
friend

Definition at line 82 of file algorithm.h.


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