#include "qtextstream.h"#include "qtextcodec.h"#include "qregexp.h"#include "qbuffer.h"#include "qfile.h"#include <stdio.h>#include <ctype.h>#include <stdlib.h>Go to the source code of this file.
Classes | |
| class | QTextStreamPrivate |
| class | QStringBuffer |
Macros | |
| #define | CHECK_STREAM_PRECOND |
| #define | I_SHORT 0x0010 |
| #define | I_INT 0x0020 |
| #define | I_LONG 0x0030 |
| #define | I_TYPE_MASK 0x00f0 |
| #define | I_BASE_2 QTS::bin |
| #define | I_BASE_8 QTS::oct |
| #define | I_BASE_10 QTS::dec |
| #define | I_BASE_16 QTS::hex |
| #define | I_BASE_MASK (QTS::bin | QTS::oct | QTS::dec | QTS::hex) |
| #define | I_SIGNED 0x0100 |
| #define | I_UNSIGNED 0x0200 |
| #define | I_SIGN_MASK 0x0f00 |
Functions | |
| QTextStream & | bin (QTextStream &s) |
| QTextStream & | oct (QTextStream &s) |
| QTextStream & | dec (QTextStream &s) |
| QTextStream & | hex (QTextStream &s) |
| QTextStream & | endl (QTextStream &s) |
| QTextStream & | flush (QTextStream &s) |
| QTextStream & | ws (QTextStream &s) |
| QTextStream & | reset (QTextStream &s) |
Variables | |
| static const QChar | QEOF = QChar((ushort)0xffff) |
| #define CHECK_STREAM_PRECOND |
Definition at line 160 of file qtextstream.cpp.
| #define I_BASE_10 QTS::dec |
Definition at line 175 of file qtextstream.cpp.
| #define I_BASE_16 QTS::hex |
Definition at line 176 of file qtextstream.cpp.
| #define I_BASE_2 QTS::bin |
Definition at line 173 of file qtextstream.cpp.
| #define I_BASE_8 QTS::oct |
Definition at line 174 of file qtextstream.cpp.
Definition at line 177 of file qtextstream.cpp.
| #define I_INT 0x0020 |
Definition at line 169 of file qtextstream.cpp.
| #define I_LONG 0x0030 |
Definition at line 170 of file qtextstream.cpp.
| #define I_SHORT 0x0010 |
Definition at line 168 of file qtextstream.cpp.
| #define I_SIGN_MASK 0x0f00 |
Definition at line 181 of file qtextstream.cpp.
| #define I_SIGNED 0x0100 |
Definition at line 179 of file qtextstream.cpp.
| #define I_TYPE_MASK 0x00f0 |
Definition at line 171 of file qtextstream.cpp.
| #define I_UNSIGNED 0x0200 |
Definition at line 180 of file qtextstream.cpp.
| QTextStream& bin | ( | QTextStream & | s | ) |
Definition at line 2006 of file qtextstream.cpp.
| QTextStream& dec | ( | QTextStream & | s | ) |
Definition at line 2018 of file qtextstream.cpp.
| QTextStream& endl | ( | QTextStream & | s | ) |
Definition at line 2030 of file qtextstream.cpp.
| QTextStream& flush | ( | QTextStream & | s | ) |
Definition at line 2035 of file qtextstream.cpp.
| QTextStream& hex | ( | QTextStream & | s | ) |
Definition at line 2024 of file qtextstream.cpp.
| QTextStream& oct | ( | QTextStream & | s | ) |
Definition at line 2012 of file qtextstream.cpp.
| QTextStream& reset | ( | QTextStream & | s | ) |
Definition at line 2048 of file qtextstream.cpp.
| QTextStream& ws | ( | QTextStream & | s | ) |
Definition at line 2042 of file qtextstream.cpp.
Definition at line 184 of file qtextstream.cpp.
1.8.11