This is the complete list of members for AESFile, including all inherited members.
| AESFile() | AESFile | private |
| Alloc() | AESFile | static |
| Alloc(const maxon::SourceLocation &) | AESFile | static |
| BaseFile() | BaseFile | private |
| CheckEncryption(const Filename &encrypt, const Filename &decrypt, const char *key, Int32 keylen, Int32 blocksize) | AESFile | static |
| Close() | BaseFile | |
| Free(AESFile *&fl) | AESFile | static |
| cinema::BaseFile::Free(BaseFile *&fl) | BaseFile | static |
| GetError() const | BaseFile | |
| GetLength() | BaseFile | |
| GetLocation() const | BaseFile | |
| GetPosition() | BaseFile | |
| IsAllocType typedef | BaseFile | |
| Open(const Filename &name, const char *key, Int32 keylen, Int32 blocksize, UInt32 aes_flags, FILEOPEN mode=FILEOPEN::READ, FILEDIALOG error_dialog=FILEDIALOG::IGNOREOPEN, BYTEORDER order=BYTEORDER::V_MOTOROLA, Int32 type='C4DC', Int32 creator='C4D1') | AESFile | |
| cinema::BaseFile::Open(const Filename &name, FILEOPEN mode=FILEOPEN::READ, FILEDIALOG error_dialog=FILEDIALOG::IGNOREOPEN, BYTEORDER order=BYTEORDER::V_MOTOROLA, Int32 type='C4DC', Int32 creator='C4D1') | BaseFile | |
| ReadBool(Bool *v) | BaseFile | |
| ReadBytes(void *data, Int len, Bool just_try_it=false) | BaseFile | |
| ReadChar(Char *v) | BaseFile | |
| ReadFilename(Filename *v) | BaseFile | |
| ReadFloat32(Float32 *v) | BaseFile | |
| ReadFloat64(Float64 *v) | BaseFile | |
| ReadInt16(Int16 *v) | BaseFile | |
| ReadInt32(Int32 *v) | BaseFile | |
| ReadInt64(Int64 *v) | BaseFile | |
| ReadMatrix32(Matrix32 *v) | BaseFile | |
| ReadMatrix64(Matrix64 *v) | BaseFile | |
| ReadString(maxon::String *v) | BaseFile | |
| ReadUChar(UChar *v) | BaseFile | |
| ReadUInt16(UInt16 *v) | BaseFile | |
| ReadUInt32(UInt32 *v) | BaseFile | |
| ReadUInt64(UInt64 *v) | BaseFile | |
| ReadVector32(Vector32 *v) | BaseFile | |
| ReadVector64(Vector64 *v) | BaseFile | |
| Seek(Int64 pos, FILESEEK mode=FILESEEK::RELATIVE_) | BaseFile | |
| SetError(FILEERROR error) | BaseFile | |
| SetOrder(BYTEORDER order) | BaseFile | |
| TryReadBytes(void *data, Int len) | BaseFile | |
| WriteBool(Bool v) | BaseFile | |
| WriteBytes(const void *data, Int len) | BaseFile | |
| WriteChar(Char v) | BaseFile | |
| WriteFilename(const Filename &v) | BaseFile | |
| WriteFloat32(Float32 v) | BaseFile | |
| WriteFloat64(Float64 v) | BaseFile | |
| WriteInt16(Int16 v) | BaseFile | |
| WriteInt32(Int32 v) | BaseFile | |
| WriteInt64(Int64 v) | BaseFile | |
| WriteMatrix32(const Matrix32 &v) | BaseFile | |
| WriteMatrix64(const Matrix64 &v) | BaseFile | |
| WriteString(const maxon::String &v) | BaseFile | |
| WriteUChar(UChar v) | BaseFile | |
| WriteUInt16(UInt16 v) | BaseFile | |
| WriteUInt32(UInt32 v) | BaseFile | |
| WriteUInt64(UInt64 v) | BaseFile | |
| WriteVector32(const Vector32 &v) | BaseFile | |
| WriteVector64(const Vector64 &v) | BaseFile | |
| ~AESFile() | AESFile | private |
| ~BaseFile() | BaseFile | private |