Panda3D
Public Types | Public Member Functions

istream Class Reference

Inheritance diagram for istream:
ios ios_base IDecompressStream IDecryptStream IFileStream ifstream iostream ISocketStream ISubStream FileStream fstream SocketStream StringStream

List of all members.

Public Types

enum  openmode
enum  seekdir { beg = 0, cur = 1, end = 2 }

Public Member Functions

bool bad ()
 clear ()
bool eof ()
bool fail ()
int get ()
bool good ()
 seekg (unsigned long int pos)
 seekg (long int off, seekdir dir)
unsigned long int tellg ()

Member Enumeration Documentation

enum openmode [inherited]
enum seekdir [inherited]
Enumerator:
beg 
cur 
end 

Member Function Documentation

bool bad ( ) [inherited]
clear ( ) [inherited]
bool eof ( ) [inherited]
bool fail ( ) [inherited]
int get ( )
bool good ( ) [inherited]
seekg ( unsigned long int  pos)
seekg ( long int  off,
seekdir  dir 
)
unsigned long int tellg ( )
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties