libpniio
|
#include <pni/core/types.hpp>
#include <pni/core/type_erasures.hpp>
Go to the source code of this file.
Namespaces | |
pni | |
pni::io | |
Functions | |
pni::core::string | pni::io::format (pni::core::uint8 v) |
pni::core::string | pni::io::format (pni::core::int8 v) |
pni::core::string | pni::io::format (pni::core::uint16 v) |
pni::core::string | pni::io::format (pni::core::int16 v) |
pni::core::string | pni::io::format (pni::core::uint32 v) |
pni::core::string | pni::io::format (pni::core::int32 v) |
pni::core::string | pni::io::format (pni::core::uint64 v) |
pni::core::string | pni::io::format (pni::core::int64 v) |
pni::core::string | pni::io::format (pni::core::float32 v) |
pni::core::string | pni::io::format (pni::core::float64 v) |
pni::core::string | pni::io::format (pni::core::float128 v) |
pni::core::string | pni::io::format (pni::core::complex32 v) |
pni::core::string | pni::io::format (pni::core::complex64 v) |
pni::core::string | pni::io::format (pni::core::complex128 v) |
pni::core::string | pni::io::format (pni::core::bool_t v) |
pni::core::string | pni::io::format (const pni::core::string &s) |
pni::core::string | pni::io::format (const pni::core::value &v) |
pni::core::string | pni::io::format (const pni::core::value_ref &v) |