Panda3D
|
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 () |
enum openmode [inherited] |
enum seekdir [inherited] |
bool bad | ( | ) | [inherited] |
clear | ( | ) | [inherited] |
bool eof | ( | ) | [inherited] |
bool fail | ( | ) | [inherited] |
int get | ( | ) |
bool good | ( | ) | [inherited] |
seekg | ( | unsigned long int | pos | ) |
unsigned long int tellg | ( | ) |