Eneboo - Documentación para desarrolladores
|
#include "qtextstream.h"
#include "qtextcodec.h"
#include "qregexp.h"
#include "qbuffer.h"
#include "qfile.h"
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <locale.h>
Clases | |
class | QTextStreamPrivate |
class | QStringBuffer |
'defines' | |
#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 |
Funciones | |
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) |
#define CHECK_STREAM_PRECOND |
#define I_BASE_10 QTS::dec |
#define I_BASE_16 QTS::hex |
#define I_BASE_2 QTS::bin |
#define I_BASE_8 QTS::oct |
#define I_BASE_MASK (QTS::bin | QTS::oct | QTS::dec | QTS::hex) |
#define I_INT 0x0020 |
#define I_LONG 0x0030 |
#define I_SHORT 0x0010 |
#define I_SIGN_MASK 0x0f00 |
#define I_SIGNED 0x0100 |
#define I_TYPE_MASK 0x00f0 |
#define I_UNSIGNED 0x0200 |
QTextStream& bin | ( | QTextStream & | s | ) |
QTextStream& dec | ( | QTextStream & | s | ) |
QTextStream& endl | ( | QTextStream & | s | ) |
QTextStream& flush | ( | QTextStream & | s | ) |
QTextStream& hex | ( | QTextStream & | s | ) |
QTextStream& oct | ( | QTextStream & | s | ) |
QTextStream& reset | ( | QTextStream & | s | ) |
QTextStream& ws | ( | QTextStream & | s | ) |