Panda3D
Public Types | Public Member Functions

ifstream Class Reference

Inheritance diagram for ifstream:
istream ios ios_base

List of all members.

Public Types

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

Public Member Functions

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

Member Enumeration Documentation

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

Constructor & Destructor Documentation

ifstream ( )

Member Function Documentation

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