Pyrogenesis
13997
|
#include <file.h>
Public Member Functions | |
File () | |
File (const OsPath &pathname, int oflag) | |
~File () | |
Status | Open (const OsPath &pathname, int oflag) |
void | Close () |
const OsPath & | Pathname () const |
int | Descriptor () const |
int | Flags () const |
Private Attributes | |
OsPath | pathname |
int | fd |
int | oflag |