|
| template<> |
| void | set (bool &_to, const BufferString &s) |
| |
| template<> |
| void | set (bool &_to, const char *const &s) |
| |
| template<> |
| void | set (bool &_to, const double &d) |
| |
| template<> |
| void | set (bool &_to, const float &f) |
| |
| template<> |
| void | set (bool &_to, const int &i) |
| |
| template<> |
| void | set (bool &_to, const StringView &s) |
| |
| template<> |
| void | set (const char *&_to, const bool &b) |
| |
| template<> |
| void | set (const char *&_to, const double &d) |
| |
| template<> |
| void | set (const char *&_to, const float &f) |
| |
| template<> |
| void | set (const char *&_to, const od_int32 &i) |
| |
| template<> |
| void | set (const char *&_to, const od_int64 &i) |
| |
| template<> |
| void | set (const char *&_to, const od_uint32 &i) |
| |
| template<> |
| void | set (const char *&_to, const od_uint64 &i) |
| |
| template<> |
| void | set (const char *&_to, const short &i) |
| |
| template<> |
| void | set (const char *&_to, const unsigned short &i) |
| |
| template<> |
| void | set (double &, const BufferString &) |
| |
| template<> |
| void | set (double &, const char *const &) |
| |
| template<> |
| void | set (double &, const StringView &) |
| |
| template<> |
| void | set (float &, const BufferString &) |
| |
| template<> |
| void | set (float &, const char *const &) |
| |
| template<> |
| void | set (float &, const StringView &) |
| |
| template<> |
| void | set (float_complex &, const BufferString &) |
| |
| template<> |
| void | set (float_complex &, const char *const &) |
| |
| template<> |
| void | set (float_complex &, const StringView &) |
| |
| template<> |
| void | set (int &, const BufferString &) |
| |
| template<> |
| void | set (int &, const char *const &) |
| |
| template<> |
| void | set (int &, const StringView &) |
| |
| template<> |
| void | set (od_int32 &_to, const double &f) |
| |
| template<> |
| void | set (od_int32 &_to, const float &f) |
| |
| template<> |
| void | set (od_int64 &, const BufferString &) |
| |
| template<> |
| void | set (od_int64 &, const char *const &) |
| |
| template<> |
| void | set (od_int64 &, const StringView &) |
| |
| template<> |
| void | set (od_int64 &_to, const double &f) |
| |
| template<> |
| void | set (od_int64 &_to, const float &f) |
| |
| template<> |
| void | set (od_uint32 &, const BufferString &) |
| |
| template<> |
| void | set (od_uint32 &, const char *const &) |
| |
| template<> |
| void | set (od_uint32 &, const StringView &) |
| |
| template<> |
| void | set (od_uint32 &_to, const double &f) |
| |
| template<> |
| void | set (od_uint32 &_to, const float &f) |
| |
| template<> |
| void | set (od_uint64 &, const BufferString &) |
| |
| template<> |
| void | set (od_uint64 &, const char *const &) |
| |
| template<> |
| void | set (od_uint64 &, const StringView &) |
| |
| template<> |
| void | set (od_uint64 &_to, const double &f) |
| |
| template<> |
| void | set (od_uint64 &_to, const float &f) |
| |
| template<> |
| void | set (short &, const BufferString &) |
| |
| template<> |
| void | set (short &, const char *const &) |
| |
| template<> |
| void | set (short &, const StringView &) |
| |
| template<> |
| void | set (short &_to, const double &f) |
| |
| template<> |
| void | set (short &_to, const float &f) |
| |
| template<class T , class F > |
| void | set (T &_to, const F &fr) |
| | template based type conversion
|
| |
| template<> |
| void | set (unsigned short &, const BufferString &) |
| |
| template<> |
| void | set (unsigned short &, const char *const &) |
| |
| template<> |
| void | set (unsigned short &, const StringView &) |
| |
| template<> |
| void | set (unsigned short &_to, const double &f) |
| |
| template<> |
| void | set (unsigned short &_to, const float &f) |
| |
| template<class T , class F > |
| T | to (const F &fr) |
| |
| template<class T , class F > |
| void | udfset (T &_to, const F &fr, const T &und=Values::Undef< T >::val()) |
| | template based type converstion, with check for undef
|
| |
| template<class T , class F > |
| T | udfto (const F &fr, const T &und=Values::Undef< T >::val()) |
| |
Template based type conversion.