Class TextResourceFile¶
Defined in File text_resource_file.h
Inheritance Relationships¶
Base Type¶
public ResourceFile(Class ResourceFile)
Derived Type¶
public LuaTextResourceFile(Class LuaTextResourceFile)
Class Documentation¶
-
class
TextResourceFile: public ResourceFile¶ Representation of a text file.
Subclassed by LuaTextResourceFile
Public Functions
-
TextResourceFile(TextResourceFile&)¶
-
TextResourceFile(TextResourceFile&&)¶
-
virtual
~TextResourceFile()¶
-
void
popBack()¶ Remove 1 character from the end of the data buffer.
-
size_t
getSize() const¶
-
void
reimport()¶ Reload the file buffer from disk.
-
bool
save()¶
Friends
-
friend
TextResourceFile::ResourceLoader
-