#include <number.hpp>
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static void | expose (const std::string &type_name) |
Static Private Member Functions | |
template<typename T > | |
static T | cast (const BoostNumber &self) |
static int & | get_display_precision () |
static std::string | print (const BoostNumber &self) |
static void | set_display_precision (const int digit) |
Definition at line 75 of file number.hpp.
|
inlinestaticprivate |
Definition at line 191 of file number.hpp.
|
inlinestatic |
Definition at line 154 of file number.hpp.
|
inlinestaticprivate |
Definition at line 206 of file number.hpp.
|
inlinestaticprivate |
Definition at line 196 of file number.hpp.
|
inlinestaticprivate |
Definition at line 201 of file number.hpp.
|
inline |
Definition at line 81 of file number.hpp.