istream

class istream

Bases: basic_ios< char >

Inheritance diagram

Inheritance diagram of istream

int get(void)
void seekg(std::streamoff pos)
void seekg(std::streamoff off, std::ios_base::seekdir dir)
std::streamoff tellg(void)