mpqc::math::FunctionVisitorBase< Function > Class Template Reference

Documentation

template<typename Function>
class mpqc::math::FunctionVisitorBase< Function >

FunctionVisitorBase makes possible for Visitors of a child of Function to call Function::set_value

Static Protected Member Functions

static void set_value (Function *f, typename Function::value_type value)
 
static const Function::value_typeget_value (Function *f)
 

Member Function Documentation

◆ get_value()

template<typename Function >
static const Function::value_type& mpqc::math::FunctionVisitorBase< Function >::get_value ( Function f)
inlinestaticprotected

◆ set_value()

template<typename Function >
static void mpqc::math::FunctionVisitorBase< Function >::set_value ( Function f,
typename Function::value_type  value 
)
inlinestaticprotected

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