OPTK  0.1.2
Toolkit for global optimisation algorithms
Public Member Functions | Private Attributes | List of all members
inst::dbl_val Class Reference

#include <types.hpp>

Inheritance diagram for inst::dbl_val:
inst::param

Public Member Functions

 dbl_val (const std::string &k, double v)
 
double get_val ()
 
void update_val (double v)
 
double * get_addr ()
 
- Public Member Functions inherited from inst::param
 param (const std::string &k, inst_t t)
 
inst_t get_type ()
 
std::string get_key ()
 

Private Attributes

double val
 

Detailed Description

An concrete double precision floating point value.


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