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

#include <types.hpp>

Inheritance diagram for inst::int_val:
inst::param

Public Member Functions

 int_val (const std::string &k, int v)
 
int get_val ()
 
void update_val (int v)
 
int * 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

int val
 

Detailed Description

An concrete integer value.


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