libebml_ng
Namespaces | Functions
repr.h File Reference
#include <string>
#include <memory>
#include "struct/datetime.h"

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)