Hermes2D  3.0
Hermes::Hermes2D::Api2D::Parameter< T > Class Template Reference

#include <api2d.h>

Public Member Functions

 Parameter (T default_val)
 

Public Attributes

bool user_set
 
user_val
 
default_val
 

Detailed Description

template<typename T>
class Hermes::Hermes2D::Api2D::Parameter< T >

Parameter class, representing one parameter. Its identifier is a string identifier according to which, the instance is inserted into Api2D::parameters.

Definition at line 54 of file api2d.h.

Constructor & Destructor Documentation

template<typename T >
Hermes::Hermes2D::Api2D::Parameter< T >::Parameter ( default_val)

Constructor.

Parameters
[in]default_valDefault value, if the user does not specify his own.

Definition at line 33 of file api2d.cpp.


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