|
libebml_ng
|
Go to the source code of this file.
Namespaces | |
| ebml | |
Functions | |
| template<typename T > | |
| std::wstring | ebml::repr (const std::shared_ptr< T > &obj) |
| template<typename T > | |
| std::wstring | ebml::repr (const T &obj) |
| template<typename T > | |
| std::wstring | ebml::repr (T *const obj) |
| std::wstring | ebml::repr (const std::string &str) |
| std::wstring | ebml::repr (const std::wstring &str) |
| std::wstring | ebml::repr (unsigned long long n) |
| std::wstring | ebml::repr (unsigned long n) |
| std::wstring | ebml::repr (long long z) |
| std::wstring | ebml::repr (long z) |
| std::wstring | ebml::repr (double x) |
| std::wstring | ebml::repr (timepoint_t t) |
1.8.14