|
LRAUV
revA
|
This is the complete list of members for MappedIOStream, including all inherited members.
| bytesRead() | InStream | inline |
| bytesWritten() | OutStream | inline |
| checkSize(size_t num) | MappedIOStream | protected |
| chunkSize_ | MappedIOStream | protected |
| close() | MappedIOStream | |
| eof() | MappedIOStream | virtual |
| file_ | MappedIOStream | protected |
| filename_ | MappedIOStream | protected |
| flush() | MappedIOStream | |
| getBytesRead() | InStream | inline |
| getFilename() | MappedIOStream | inline |
| getName() | MappedIOStream | inlinevirtual |
| getStat() | MappedIOStream | |
| getTotalBytesRead() | InStream | inline |
| HEX_CHARS | OutStream | protectedstatic |
| incBytesRead() | InStream | inlineprotected |
| incBytesRead(size_t incRead) | InStream | inlineprotected |
| InStream() | InStream | inlineprotected |
| isReadable() | MappedIOStream | inlinevirtual |
| isWritable() | MappedIOStream | inlinevirtual |
| lastWritten_ | OutStream | protected |
| MappedIOStream(const Str &filename, bool clobber, size_t chunkSize) | MappedIOStream | |
| MappedIOStream(const MappedIOStream &old) | MappedIOStream | private |
| open(bool clobber) | MappedIOStream | |
| operator<<(const Str buffer) | OutStream | inline |
| operator<<(const char buffer[]) | OutStream | inline |
| operator<<(const char byte) | OutStream | inline |
| operator<<(const signed char byte) | OutStream | inline |
| operator<<(const unsigned char byte) | OutStream | inline |
| operator<<(const int number) | OutStream | inline |
| OutStream() | OutStream | inlineprotected |
| pos_ | MappedIOStream | protected |
| ptr_ | MappedIOStream | protected |
| read(char *buffer, size_t num) | MappedIOStream | virtual |
| readChar(signed char &value) | InStream | inline |
| readCharHex(signed char &byte) | InStream | |
| readDouble(double &value) | InStream | inline |
| readFloat(float &value) | InStream | inline |
| readFloat2(float &value) | InStream | inline |
| readFloat3(float &value) | InStream | inline |
| readInt(int &value) | InStream | inline |
| readInt24(int &medInt) | InStream | inline |
| readLine(char *buf, unsigned int bufsize) | InStream | virtual |
| readLongLong(long long &value) | InStream | inline |
| readLongLongCompact(long long &value) | InStream | |
| readShort(short &value) | InStream | inline |
| readShort(unsigned short &value) | InStream | inline |
| readShortHex(short &word) | InStream | |
| readUCharHex(unsigned char &byte) | InStream | |
| readUntil(char *buf, unsigned int num, unsigned char match) | InStream | virtual |
| readUShortCompact(unsigned short &value) | InStream | |
| readUShortHex(unsigned short &value) | InStream | |
| seek(unsigned int location) | MappedIOStream | |
| setBytesRead(size_t lastRead) | InStream | inlineprotected |
| size_ | MappedIOStream | protected |
| tell() | MappedIOStream | |
| write(const char *buffer, size_t num) | MappedIOStream | virtual |
| write(const char *buffer) | MappedIOStream | inlinevirtual |
| writeChar(const signed char value) | OutStream | inline |
| writeCharHex(const signed char byte) | OutStream | |
| writeDouble(const double value) | OutStream | inline |
| writeDouble6(const double value) | OutStream | inline |
| writeFloat(const float value) | OutStream | inline |
| writeFloat2(const float value) | OutStream | inline |
| writeFloat3(const float value) | OutStream | inline |
| writeHex(const char *buffer, size_t num) | OutStream | virtual |
| writeHex(const char *buffer) | OutStream | inlinevirtual |
| writeInt(const int value) | OutStream | inline |
| writeInt24(const int medInt) | OutStream | inline |
| writeInteger(const int number, const unsigned int radix=10) | OutStream | |
| writeLongLong(const long long value) | OutStream | inline |
| writeLongLongCompact(const long long &value) | OutStream | |
| writeNumber(const double number, const unsigned int radix=10) | OutStream | |
| writeShort(const short value) | OutStream | inline |
| writeShortHex(const short word) | OutStream | |
| writeUCharHex(const unsigned char byte) | OutStream | |
| writeUShortCompact(const unsigned short &value) | OutStream | |
| writeUShortHex(const unsigned short word) | OutStream | |
| zeroBytesRead() | InStream | inlineprotected |
| zeroTotalBytesRead() | InStream | inlineprotected |
| ~InStream() | InStream | inlinevirtual |
| ~MappedIOStream() | MappedIOStream | virtual |
| ~OutStream() | OutStream | inlinevirtual |