AccessMode enum name | Ogre::DataStream | |
AllocatedObject() | Ogre::AllocatedObject< Alloc > | inlineexplicit |
close(void)=0 | Ogre::DataStream | pure virtual |
DataStream(uint16 accessMode=READ) | Ogre::DataStream | inline |
DataStream(const String &name, uint16 accessMode=READ) | Ogre::DataStream | inline |
eof(void) const =0 | Ogre::DataStream | pure virtual |
getAccessMode() const | Ogre::DataStream | inline |
getAsString(void) | Ogre::DataStream | virtual |
getLine(bool trimAfter=true) | Ogre::DataStream | virtual |
getName(void) | Ogre::DataStream | inline |
isReadable() const | Ogre::DataStream | inlinevirtual |
isWriteable() const | Ogre::DataStream | inlinevirtual |
operator delete(void *ptr) | Ogre::AllocatedObject< Alloc > | inline |
operator delete(void *ptr, void *) | Ogre::AllocatedObject< Alloc > | inline |
operator delete(void *ptr, const char *, int, const char *) | Ogre::AllocatedObject< Alloc > | inline |
operator delete[](void *ptr) | Ogre::AllocatedObject< Alloc > | inline |
operator delete[](void *ptr, const char *, int, const char *) | Ogre::AllocatedObject< Alloc > | inline |
operator new(size_t sz, const char *file, int line, const char *func) | Ogre::AllocatedObject< Alloc > | inline |
operator new(size_t sz) | Ogre::AllocatedObject< Alloc > | inline |
operator new(size_t sz, void *ptr) | Ogre::AllocatedObject< Alloc > | inline |
operator new[](size_t sz, const char *file, int line, const char *func) | Ogre::AllocatedObject< Alloc > | inline |
operator new[](size_t sz) | Ogre::AllocatedObject< Alloc > | inline |
operator>>(T &val) | Ogre::DataStream | |
read(void *buf, size_t count)=0 | Ogre::DataStream | pure virtual |
READ enum value | Ogre::DataStream | |
readLine(char *buf, size_t maxCount, const String &delim="\n") | Ogre::DataStream | virtual |
seek(size_t pos)=0 | Ogre::DataStream | pure virtual |
size(void) const | Ogre::DataStream | inline |
skip(long count)=0 | Ogre::DataStream | pure virtual |
skipLine(const String &delim="\n") | Ogre::DataStream | virtual |
tell(void) const =0 | Ogre::DataStream | pure virtual |
write(const void *buf, size_t count) | Ogre::DataStream | inlinevirtual |
WRITE enum value | Ogre::DataStream | |
~AllocatedObject() | Ogre::AllocatedObject< Alloc > | inline |
~DataStream() | Ogre::DataStream | inlinevirtual |