Nana C++ Library. Reference for users.
What we need to use nana
|
Public Types | |
enum | kind { kind::none, kind::integer, kind::real, kind::percent } |
Public Member Functions | |
number_t () | |
void | reset () noexcept |
bool | is_negative () const |
bool | empty () const noexcept |
kind | kind_of () const noexcept |
double | get_value (int ref_percent) const noexcept |
int | integer () const noexcept |
double | real () const noexcept |
void | assign (int i) noexcept |
void | assign (double d) noexcept |
void | assign_percent (double d) noexcept |
|
strong |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |