This is the complete list of members for
cinder::IStreamFile, including all inherited members.
| create(FILE *file, bool ownsFile=true, int32_t defaultBufferSize=2048) | cinder::IStreamFile | [static] |
| Endianness enum name | cinder::StreamBase | |
| getDeleteOnDestroy() const | cinder::StreamBase | |
| getFILE() | cinder::IStreamFile | |
| getFileName() const | cinder::StreamBase | |
| getNativeEndianness() | cinder::StreamBase | [static] |
| IORead(void *t, size_t size) | cinder::IStreamFile | [protected, virtual] |
| isEof() const | cinder::IStreamFile | [virtual] |
| IStream() | cinder::IStream | [protected] |
| IStreamFile(FILE *aFile, bool aOwnsFile=true, int32_t aDefaultBufferSize=2048) | cinder::IStreamFile | [protected] |
| mBuffer | cinder::IStreamFile | [protected] |
| mBufferFileOffset | cinder::IStreamFile | [protected] |
| mBufferOffset | cinder::IStreamFile | [protected] |
| mBufferSize | cinder::IStreamFile | [protected] |
| mDefaultBufferSize | cinder::IStreamFile | [protected] |
| mDeleteOnDestroy | cinder::StreamBase | [protected] |
| mFile | cinder::IStreamFile | [protected] |
| mFileName | cinder::StreamBase | [protected] |
| MINIMUM_BUFFER_SIZE | cinder::IStream | [protected, static] |
| mOwnsFile | cinder::IStreamFile | [protected] |
| mSize | cinder::IStreamFile | [mutable, protected] |
| mSizeCached | cinder::IStreamFile | [mutable, protected] |
| read(T *t) | cinder::IStream | |
| read(std::string *s) | cinder::IStream | |
| read(fs::path *p) | cinder::IStream | |
| readBig(T *t) | cinder::IStream | |
| readData(void *dest, size_t size) | cinder::IStream | |
| readDataAvailable(void *dest, size_t maxSize) | cinder::IStreamFile | [virtual] |
| readDataImpl(void *dest, size_t maxSize) | cinder::IStreamFile | [protected] |
| 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) | cinder::IStreamFile | [virtual] |
| seekRelative(off_t relativeOffset) | cinder::IStreamFile | [virtual] |
| setDeleteOnDestroy(bool enable=true) | cinder::StreamBase | |
| setFileName(const fs::path &aFileName) | cinder::StreamBase | |
| size() const | cinder::IStreamFile | [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 | cinder::IStreamFile | [virtual] |
| ~IStream() | cinder::IStream | [virtual] |
| ~IStreamFile() | cinder::IStreamFile | |
| ~StreamBase() | cinder::StreamBase | [virtual] |