Lines Matching full:stored
48 * @param[in] is_floating Will the value stored be floating point ?
55 /** Add the value stored to the stream as a string
69 /** Convert the value stored to string
81 * @return Sum of the stored value + b
100 * @return Result of the stored value - b
119 * @return Result of the stored value * b
134 /** Return the stored value divided by an integer.
138 * @return Stored value / b
154 /** Subtract another value and return the updated stored value.
158 * @return The updated stored value
173 /** Compare the stored value with another value
177 * @return The result of stored value < b
210 /** Stored value */
216 bool is_floating_point; /**< Is the stored value floating point or integer ? */
219 /** Compare the stored value with another value
223 * @return The result of stored value < b
297 /** Accessor for the stored value
299 * @return The stored value