BLOCK_MARKER enum value (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | protected |
BOOL_MARKER enum value (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | protected |
FLOAT_MARKER enum value (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | protected |
getBoolSize() (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | inlinestatic |
getData() const (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | inline |
getDataSize() const (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | inline |
getFloat32Size() (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | inlinestatic |
getSInt32Size() (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | inlinestatic |
getStringSize(const Common::String &string) (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | inlinestatic |
getUInt32Size() (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | inlinestatic |
OutputPersistenceBlock() (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | |
SINT_MARKER enum value (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | protected |
STRING_MARKER enum value (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | protected |
UINT_MARKER enum value (defined in Sword25::PersistenceBlock) | Sword25::PersistenceBlock | protected |
write(const void *data, uint32 size) (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | |
write(int32 value) (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | |
write(uint32 value) (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | |
write(float value) (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | |
write(bool value) (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | |
writeByteArray(Common::Array< byte > &value) (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | |
writeString(const Common::String &string) (defined in Sword25::OutputPersistenceBlock) | Sword25::OutputPersistenceBlock | |