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