#include <Wnd_File.h>
Public Member Functions | |
| StandardFileClass () | |
| ~StandardFileClass () | |
| bool | Open (const char *file_name, int open_mode) |
| bool | Close (void) |
| int | Read (void *buffer, unsigned long int bytes_to_read) |
| int | Write (void *buffer, unsigned long int bytes_to_write) |
| bool | Seek (int distance, int seek_file_position) |
| int | Tell (void) |
| int | Query_Size (void) |
| bool | Query_Open (void) |
| char * | Query_Name_String (void) |
| int | End_Of_File (void) |
| int | Flush (void) |
Definition at line 111 of file Wnd_File.h.
| StandardFileClass::StandardFileClass | ( | void | ) |
Definition at line 329 of file Wnd_file.cpp.
| StandardFileClass::~StandardFileClass | ( | void | ) |
Definition at line 341 of file Wnd_file.cpp.
| bool StandardFileClass::Close | ( | void | ) |
Definition at line 519 of file Wnd_file.cpp.
| int StandardFileClass::End_Of_File | ( | void | ) |
Definition at line 984 of file Wnd_file.cpp.
| int StandardFileClass::Flush | ( | void | ) |
Definition at line 999 of file Wnd_file.cpp.
| bool StandardFileClass::Open | ( | const char * | file_name, |
| int | open_mode ) |
Definition at line 364 of file Wnd_file.cpp.
| char * StandardFileClass::Query_Name_String | ( | void | ) |
Definition at line 940 of file Wnd_file.cpp.
| bool StandardFileClass::Query_Open | ( | void | ) |
Definition at line 931 of file Wnd_file.cpp.
| int StandardFileClass::Query_Size | ( | void | ) |
Definition at line 882 of file Wnd_file.cpp.
| int StandardFileClass::Read | ( | void * | buffer, |
| unsigned long int | bytes_to_read ) |
Definition at line 614 of file Wnd_file.cpp.
| bool StandardFileClass::Seek | ( | int | distance, |
| int | seek_file_position ) |
Definition at line 756 of file Wnd_file.cpp.
| int StandardFileClass::Tell | ( | void | ) |
Definition at line 822 of file Wnd_file.cpp.
| int StandardFileClass::Write | ( | void * | buffer, |
| unsigned long int | bytes_to_write ) |
Definition at line 685 of file Wnd_file.cpp.