Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | Public Attributes | List of all members
cqsp::engine::Application::RmlFileInterface Class Reference
Inheritance diagram for cqsp::engine::Application::RmlFileInterface:

Public Member Functions

 RmlFileInterface ()
 
 ~RmlFileInterface ()
 
Rml::FileHandle Open (const Rml::String &path)
 
void Close (Rml::FileHandle file)
 
size_t Read (void *buffer, size_t size, Rml::FileHandle file)
 
bool Seek (Rml::FileHandle file, long offset, int origin)
 
size_t Tell (Rml::FileHandle file)
 

Public Attributes

std::string root
 

Constructor & Destructor Documentation

◆ RmlFileInterface()

cqsp::engine::Application::RmlFileInterface::RmlFileInterface ( )

◆ ~RmlFileInterface()

cqsp::engine::Application::RmlFileInterface::~RmlFileInterface ( )
default

Member Function Documentation

◆ Close()

void cqsp::engine::Application::RmlFileInterface::Close ( Rml::FileHandle  file)

◆ Open()

Rml::FileHandle cqsp::engine::Application::RmlFileInterface::Open ( const Rml::String &  path)

◆ Read()

size_t cqsp::engine::Application::RmlFileInterface::Read ( void *  buffer,
size_t  size,
Rml::FileHandle  file 
)

◆ Seek()

bool cqsp::engine::Application::RmlFileInterface::Seek ( Rml::FileHandle  file,
long  offset,
int  origin 
)

◆ Tell()

size_t cqsp::engine::Application::RmlFileInterface::Tell ( Rml::FileHandle  file)

Member Data Documentation

◆ root

std::string cqsp::engine::Application::RmlFileInterface::root

The documentation for this class was generated from the following files: