
| eof() | PG_File | |
| fileLength() | PG_File | |
| getc() | PG_File | |
| getline() | PG_File | |
| PG_File(void *f) | PG_File | [protected] |
| putline(const std::string &line) | PG_File | |
| read(void *buffer, unsigned int bytestoread) | PG_File | |
| read(void *buffer, unsigned int objSize, unsigned int objCount) | PG_File | |
| seek(int pos) | PG_File | |
| tell() | PG_File | |
| write(void *buffer, unsigned int bytestowrite) | PG_File | |
| write(std::string &buffer) | PG_File | |
| write(const char *buffer) | PG_File | |
| write(void *buffer, unsigned int objSize, unsigned int objCount) | PG_File | |
| ~PG_File() | PG_File |