This is the complete list of members for
cinder::IStreamUrl, including all inherited members.
| create(const Url &url, const std::string &user="", const std::string &password="", const UrlOptions &options=UrlOptions()) | cinder::IStreamUrl | [static] |
| Endianness enum name | cinder::StreamBase | |
| getDeleteOnDestroy() const | cinder::StreamBase | |
| getFileName() const | cinder::StreamBase | |
| getNativeEndianness() | cinder::StreamBase | [static] |
| getPassword() const | cinder::IStreamUrl | |
| getUser() const | cinder::IStreamUrl | |
| IORead(void *t, size_t size) | cinder::IStreamUrl | [protected, virtual] |
| IOWrite(const void *t, size_t size) | cinder::IStreamUrl | [protected, virtual] |
| isEof() const | cinder::IStreamUrl | [virtual] |
| IStream() | cinder::IStream | [protected] |
| IStreamUrl(const std::string &url, const std::string &user, const std::string &password, const UrlOptions &options) | cinder::IStreamUrl | [protected] |
| mDeleteOnDestroy | cinder::StreamBase | [protected] |
| mFileName | cinder::StreamBase | [protected] |
| mImpl | cinder::IStreamUrl | [protected] |
| MINIMUM_BUFFER_SIZE | cinder::IStream | [protected, static] |
| 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::IStreamUrl | [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) | cinder::IStreamUrl | [virtual] |
| seekRelative(off_t relativeOffset) | cinder::IStreamUrl | [virtual] |
| setDeleteOnDestroy(bool enable=true) | cinder::StreamBase | |
| setFileName(const fs::path &aFileName) | cinder::StreamBase | |
| size() const | cinder::IStreamUrl | [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::IStreamUrl | [virtual] |
| ~IStream() | cinder::IStream | [virtual] |
| ~StreamBase() | cinder::StreamBase | [virtual] |