#include "UT_API.h"
#include "UT_Assert.h"
#include "UT_IOS.h"
#include "UT_IStreamBuf.h"
#include "UT_NonCopyable.h"
#include "UT_StringHolder.h"
#include "UT_UniquePtr.h"
#include "UT_WorkBuffer.h"
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_Types.h>
#include <stdio.h>
#include <string.h>
#include <string>
#include <iosfwd>
Go to the source code of this file.
Enumerator |
---|
UT_ISTREAM_ASCII |
|
UT_ISTREAM_BINARY |
|
Definition at line 37 of file UT_IStream.h.
Enumerator |
---|
UT_ISTREAM_8BIT_IO |
|
UT_ISTREAM_16BIT_IO |
|
UT_ISTREAM_32BIT_IO |
|
UT_ISTREAM_64BIT_IO |
|
Definition at line 49 of file UT_IStream.h.