, including all inherited members.
_append | Writer | [protected] |
_encoding | Writer | [protected] |
_endOfLineMode | Writer | [protected] |
_error | Writer | [mutable, protected] |
_stream | Writer | [protected] |
_streamDelete | Writer | [protected] |
ALL_OK enum value | Writer | [protected] |
CanWrite() const | Writer | [virtual] |
CharBinaryStream class | Writer | [friend] |
Close() | Writer | |
Encoding() const | Writer | |
ERROR_ALLOCATING_MEMORY enum value | Writer | [protected] |
ERROR_PRINTING_BUFFER enum value | Writer | [protected] |
FAVOR_UTF8 enum value | Writer | |
FLIPPED enum value | Writer | |
Flush() | Writer | [virtual] |
IsEndOfFile() const | Writer | [virtual] |
IsFileOpen() const | Writer | [virtual] |
LastError() const | Writer | |
Open(BinaryStream *stream, bool append=false, unsigned int encoding=0, LineEndMode mode=Text, bool closeOnDelete=false) | Writer | [protected] |
Open(FILE *file, bool append=false, unsigned int encoding=0, LineEndMode mode=Text) | Writer | |
Open(HANDLE fileHandle, bool append=false, unsigned int encoding=0, LineEndMode mode=Text) | Writer | |
Open(const MCHAR *fileName, bool append=false, unsigned int encoding=0, LineEndMode mode=Text) | Writer | |
Open(const MaxString &fileName, bool append=false, unsigned int encoding=0, LineEndMode mode=Text) | Writer | |
operator delete(void *ptr) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete(void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | [static] |
operator delete[](void *ptr) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete[](void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator new(size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
operator new(size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator new(size_t size, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size, void *placement_ptr) | MaxHeapOperators | [static] |
operator new[](size_t size) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
operator new[](size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator new[](size_t size, unsigned long flags) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
Position() const | Writer | [virtual] |
Printf(const char *,...) | BaseTextWriter | |
ReaderWriter class | Writer | [friend] |
Seek(long offset, int origin) | Writer | [virtual] |
STREAM_ALREADY_OPEN enum value | Writer | [protected] |
STREAM_ERROR enum value | Writer | [protected] |
STREAM_INVALID_ARGUMENT enum value | Writer | [protected] |
STREAM_NOT_OPEN enum value | Writer | [protected] |
TextFileWriterEncoding enum name | Writer | |
TextFileWriterError enum name | Writer | [protected] |
TextFileWriterTest class | Writer | [friend] |
Vprintf(const char *, va_list) | BaseTextWriter | |
Write(const char *string, size_t nbchars=(size_t)-1) | Writer | [virtual] |
Write(const wchar_t *string, size_t nbchars=(size_t)-1) | Writer | [virtual] |
Write(const MaxString &string) | Writer | [virtual] |
WRITE_BOM enum value | Writer | |
WriteChar(char character) | Writer | |
WriteChar(wchar_t character) | Writer | |
Writer() | Writer | |
~BaseTextWriter() | BaseTextWriter | [virtual] |
~Writer() | Writer | [virtual] |