INMOST
A toolkit for distributed mathematical modeling
INMOST::value_reference Class Reference

Public Member Functions

 value_reference ()
 Default constructor.
 
 value_reference (INMOST_DATA_REAL_TYPE &_value)
 Constructor, set links to the provided value and entries.
 
 value_reference (const value_reference &other)
 Copy constructor, sets links to the same reference of value and entries.
 
__INLINE value_referenceoperator= (INMOST_DATA_REAL_TYPE pvalue)
 
__INLINE value_referenceoperator= (value_reference const &other)
 
__INLINE value_referenceoperator+= (INMOST_DATA_REAL_TYPE right)
 
__INLINE value_referenceoperator-= (INMOST_DATA_REAL_TYPE right)
 
__INLINE value_referenceoperator*= (INMOST_DATA_REAL_TYPE right)
 
__INLINE value_referenceoperator/= (INMOST_DATA_REAL_TYPE right)
 
bool check_nans () const
 
bool check_infs () const
 
 operator INMOST_DATA_REAL_TYPE () const
 
 operator INMOST_DATA_REAL_TYPE & ()
 

Detailed Description

Definition at line 870 of file inmost_expression.h.


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