|  | 
| static void | Open (const char *const pFirstName, const char *const pLastName) noexcept | 
|  | 
| static void | Close () noexcept | 
|  | 
| static FILE * | GetHandle () noexcept | 
|  | 
|  | 
| void | privOpen (const char *const pFirstName, const char *const pLastName) noexcept | 
|  | 
| FILE * | privGetHandle () noexcept | 
|  | 
| void | privClose () noexcept | 
|  | 
|  | FileIO (const FileIO &)=delete | 
|  | 
|  | FileIO (FileIO &&)=delete | 
|  | 
| FileIO & | operator= (const FileIO &)=delete | 
|  | 
| FileIO & | operator= (FileIO &&)=delete | 
|  | 
|  | 
| static FileIO * | privGetInstance () noexcept | 
|  | 
The documentation for this class was generated from the following file: