cinder::IoStream Member List
This is the complete list of members for
cinder::IoStream, including all inherited members.
| Endianness enum name | cinder::StreamBase | |
| getFileName() const | cinder::StreamBase | |
| getNativeEndianness() | cinder::StreamBase | [static] |
| IORead(void *t, size_t size)=0 | cinder::IStream | [protected, pure virtual] |
| IoStream() | cinder::IoStream | |
| IOWrite(const void *t, size_t size)=0 | cinder::OStream | [protected, pure virtual] |
| isEof() const =0 | cinder::IStream | [pure virtual] |
| IStream() | cinder::IStream | [protected] |
| mFileName | cinder::StreamBase | [protected] |
| MINIMUM_BUFFER_SIZE | cinder::IStream | [protected, static] |
| OStream() | cinder::OStream | [protected] |
| read(T *t) | cinder::IStream | |
| readBig(T *t) | cinder::IStream | |
| readData(void *dest, size_t size) | cinder::IStream | |
| readDataAvailable(void *dest, size_t maxSize)=0 | cinder::IStream | [pure virtual] |
| readEndian(T *t, uint8_t endian) | cinder::IStream | |
| readFixedString(char *t, size_t maxSize, bool nullTerminate) | cinder::IStream | |
| readFixedString(std::string *t, size_t size) | cinder::IStream | |
| readLine() | cinder::IStream | |
| readLittle(T *t) | cinder::IStream | |
| seekAbsolute(off_t absoluteOffset)=0 | cinder::StreamBase | [pure virtual] |
| seekRelative(off_t relativeOffset)=0 | cinder::StreamBase | [pure virtual] |
| setFileName(const std::string &aFileName) | cinder::StreamBase | |
| size() const =0 | cinder::IStream | [pure virtual] |
| STREAM_BIG_ENDIAN | cinder::StreamBase | |
| STREAM_BIG_ENDIAN enum value | cinder::StreamBase | |
| STREAM_LITTLE_ENDIAN enum value | cinder::StreamBase | |
| StreamBase() | cinder::StreamBase | [protected] |
| tell() const =0 | cinder::StreamBase | [pure virtual] |
| write(T t) | cinder::OStream | |
| write(const Buffer &buffer) | cinder::OStream | |
| writeBig(T t) | cinder::OStream | |
| writeData(const void *src, size_t size) | cinder::OStream | |
| writeEndian(T t, uint8_t endian) | cinder::OStream | |
| writeLittle(T t) | cinder::OStream | |
| ~IoStream() | cinder::IoStream | [virtual] |
| ~IStream() | cinder::IStream | [virtual] |
| ~OStream() | cinder::OStream | [virtual] |
| ~StreamBase() | cinder::StreamBase | [virtual] |