| INMOST
    A toolkit for distributed mathematical modeling | 
| 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_reference & | operator= (INMOST_DATA_REAL_TYPE pvalue) | 
| __INLINE value_reference & | operator= (value_reference const &other) | 
| __INLINE value_reference & | operator+= (INMOST_DATA_REAL_TYPE right) | 
| __INLINE value_reference & | operator-= (INMOST_DATA_REAL_TYPE right) | 
| __INLINE value_reference & | operator*= (INMOST_DATA_REAL_TYPE right) | 
| __INLINE value_reference & | operator/= (INMOST_DATA_REAL_TYPE right) | 
| bool | check_nans () const | 
| bool | check_infs () const | 
| operator INMOST_DATA_REAL_TYPE () const | |
| operator INMOST_DATA_REAL_TYPE & () | |
Definition at line 870 of file inmost_expression.h.