DNA Calib 1.1
Project brief
Classes | Namespaces | Typedefs
NativeString.h File Reference
#include <pma/TypeDefs.h>
#include <clocale>
#include <cstddef>
#include <cstring>
#include <cwchar>
Include dependency graph for NativeString.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  trio::StringConverter< char >
 
struct  trio::StringConverter< wchar_t >
 

Namespaces

namespace  trio
 

Typedefs

using trio::NativeCharacter = char
 
using trio::NativeString = pma::String< NativeCharacter >
 
using trio::NativeStringConverter = StringConverter< NativeCharacter >