Gamedev Framework (gf)
0.3.0
A C++11 framework for 2D games
|
This is the complete list of members for gf::FileInputStream, including all inherited members.
FileInputStream(const Path &path) | gf::FileInputStream | explicit |
getSize() override | gf::FileInputStream | virtual |
InputStream()=default | gf::InputStream | |
InputStream(const InputStream &)=delete | gf::InputStream | |
operator=(const InputStream &)=delete | gf::InputStream | |
read(void *data, std::size_t size) override | gf::FileInputStream | virtual |
seek(long position) override | gf::FileInputStream | virtual |
tell() override | gf::FileInputStream | virtual |
~FileInputStream() | gf::FileInputStream | |
~InputStream() | gf::InputStream | virtual |