|
C12Adapter Opensource C++ Interface
|
This is the complete list of members for MStreamFile, including all inherited members.
| Call(const MStdString &name, const MVariant ¶ms) | MObject | |
| Call0(const MStdString &name) | MObject | |
| Call1(const MStdString &name, const MVariant &p1) | MObject | |
| Call2(const MStdString &name, const MVariant &p1, const MVariant &p2) | MObject | |
| Call3(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3) | MObject | |
| Call4(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3, const MVariant &p4) | MObject | |
| Call5(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3, const MVariant &p4, const MVariant &p5) | MObject | |
| Call6(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3, const MVariant &p4, const MVariant &p5, const MVariant &p6) | MObject | |
| CallV(const MStdString &name, const MVariant::VariantVector ¶ms) | MObject | virtual |
| Close() | MStream | |
| DoSetPersistentPropertiesToDefault(const MClass *staticClass) | MObject | protected |
| FlagAppend enum value | MStreamFile | |
| FlagBuffered enum value | MStream | |
| FlagCreate enum value | MStreamFile | |
| FlagNoReplace enum value | MStreamFile | |
| FlagReadOnly enum value | MStream | |
| FlagReadWrite enum value | MStream | |
| FlagText enum value | MStream | |
| FlagTruncate enum value | MStreamFile | |
| FlagWriteOnly enum value | MStream | |
| Flush() | MStream | |
| GetAllPersistentPropertyNames() const | MObject | virtual |
| GetAllPropertyNames() const | MObject | virtual |
| GetClass() const =0 | MObject | pure virtual |
| GetEmbeddedSizeof() const | MObject | virtual |
| GetFlags() const | MStream | inline |
| GetKey() const | MStream | |
| GetModifyTime(const MStdString &fileName) | MStreamFile | static |
| GetName() const | MStreamFile | virtual |
| GetPersistentPropertyDefaultValue(const MStdString &name) const | MObject | virtual |
| GetPosition() const | MStream | |
| GetProperty(const MStdString &name) const | MObject | virtual |
| GetSize() const | MStream | |
| GetStaticClass() | MObject | inlinestatic |
| GetStdErr() | MStreamFile | static |
| GetStdIn() | MStreamFile | static |
| GetStdOut() | MStreamFile | static |
| GetType() const | MObject | virtual |
| IsClassPresent(const MStdString &name) | MObject | inlinestatic |
| IsEmbeddedObject() const | MObject | inline |
| IsOpen() const | MStream | |
| IsPropertyPresent(const MStdString &name) const | MObject | virtual |
| IsServicePresent(const MStdString &name) const | MObject | virtual |
| MObject() | MObject | inlineprotected |
| MStream() | MStream | protected |
| MStreamFile() | MStreamFile | |
| MStreamFile(const MStdString &fileName, unsigned flags=FlagReadOnly, unsigned sharing=SharingAllowAll) | MStreamFile | |
| MStreamFile(StreamFileHandle handle, bool handleOwned, unsigned flags, MConstChars name, bool handleStandardConsole=false) | MStreamFile | |
| Open(const MStdString &filename, unsigned flags=FlagReadOnly, unsigned sharing=SharingAllowAll) | MStreamFile | |
| OpenFlags enum name | MStreamFile | |
| Read(unsigned count) | MStream | |
| ReadAll() | MStream | |
| ReadAllLines() | MStream | |
| ReadAvailable(unsigned count) | MStream | |
| ReadAvailableBytes(char *buffer, unsigned count) | MStream | |
| ReadByte() | MStream | |
| ReadBytes(char *buffer, unsigned count) | MStream | |
| ReadLine() | MStream | |
| ReadOneLine(MStdString &line) | MStream | |
| s_class | MObject | static |
| SetKey(const MStdString &) | MStream | |
| SetPersistentPropertiesToDefault() | MObject | virtual |
| SetPersistentPropertyToDefault(const MStdString &name) | MObject | virtual |
| SetPosition(unsigned) | MStream | |
| SetProperty(const MStdString &name, const MVariant &value) | MObject | virtual |
| SetSize(unsigned) | MStream | |
| SetType(const MStdString &) | MObject | virtual |
| SharingAllowAll enum value | MStreamFile | |
| SharingAllowNone enum value | MStreamFile | |
| SharingAllowRead enum value | MStreamFile | |
| SharingAllowWrite enum value | MStreamFile | |
| SharingFlags enum name | MStreamFile | |
| Skip(unsigned count) | MStream | |
| StaticReadAll(const MStdString &fileName) | MStreamFile | static |
| StaticReadAllLines(const MStdString &fileName) | MStreamFile | static |
| StreamFileHandle typedef | MStreamFile | |
| Validate() | MObject | virtual |
| Write(const MByteString &bytes) | MStream | |
| WriteAllLines(const MStdStringVector &lines) | MStream | |
| WriteByte(Muint8 byte) | MStream | |
| WriteBytes(const char *bytes, unsigned count) | MStream | |
| WriteChar(char c) | MStream | inline |
| WriteChars(const char *chars) | MStream | |
| WriteFormat(MConstChars format,...) | MStream | |
| WriteFormatVA(MConstChars format, va_list args) | MStream | |
| WriteLine(const MStdString &str) | MStream | |
| ~MObject() | MObject | inlinevirtual |
| ~MStream() | MStream | virtual |
| ~MStreamFile() | MStreamFile | virtual |