![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
This is the complete list of members for galaxy::fs::PhysfsStream, including all inherited members.
close() noexcept | galaxy::fs::PhysfsStream | |
getSize() override | galaxy::fs::PhysfsStream | |
is_open() const noexcept | galaxy::fs::PhysfsStream | |
m_file | galaxy::fs::PhysfsStream | private |
open(const std::string &filename) noexcept | galaxy::fs::PhysfsStream | |
operator=(const PhysfsStream &)=delete | galaxy::fs::PhysfsStream | private |
operator=(PhysfsStream &&)=delete | galaxy::fs::PhysfsStream | private |
PhysfsStream() noexcept | galaxy::fs::PhysfsStream | |
PhysfsStream(const std::string &filename) noexcept | galaxy::fs::PhysfsStream | |
PhysfsStream(const PhysfsStream &)=delete | galaxy::fs::PhysfsStream | private |
PhysfsStream(PhysfsStream &&)=delete | galaxy::fs::PhysfsStream | private |
read(void *data, std::size_t size) override | galaxy::fs::PhysfsStream | |
seek(std::size_t position) override | galaxy::fs::PhysfsStream | |
tell() override | galaxy::fs::PhysfsStream | |
~PhysfsStream() noexcept | galaxy::fs::PhysfsStream | virtual |