[DEBUG] error default value
This commit is contained in:
parent
5e0c804a56
commit
1028c4aad4
@ -169,7 +169,7 @@ namespace ejson {
|
|||||||
* @param[in] _errorValue The return value if the element does not exist.
|
* @param[in] _errorValue The return value if the element does not exist.
|
||||||
* @return Value of the Number or the _errorValue;
|
* @return Value of the Number or the _errorValue;
|
||||||
*/
|
*/
|
||||||
double getNumberValue(const std::string& _name, double _errorValue=false) const;
|
double getNumberValue(const std::string& _name, double _errorValue=0.0) const;
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* @brief add an element in the Object
|
* @brief add an element in the Object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user