cfgfile 0.2.11
|
Trait for QString support. More...
#include <types.hpp>
Public Types | |
using | string_t = qstring_wrapper_t |
String type. | |
using | char_t = QChar |
Char type. | |
using | ostream_t = QTextStream |
Out stream type. | |
using | istream_t = QTextStream |
In stream type. | |
using | pos_t = qint64 |
Type of pos in stream. | |
using | buf_t = QString |
Type of the buffer. | |
Static Public Member Functions | |
static string_t | to_string (pos_t pos) |
static string_t | from_ascii (const std::string &str) |
static char_t | from_ascii (char ch) |
static void | noskipws (istream_t &) |
static bool | is_at_end (istream_t &stream) |
static bool | is_space (char_t ch) |
static void | to_begin (istream_t &stream) |
static pos_t | size_of_file (istream_t &stream) |
static void | fill_buf (istream_t &stream, buf_t &buf, pos_t buf_size, pos_t &pos, pos_t size) |
Trait for QString support.
Type of the buffer.
Char type.
In stream type.
Out stream type.
Type of pos in stream.
String type.
|
inlinestatic |