Gobelijn API documentation
- generated for commit a0cbea7
|
Main using the RAII File class. More...
Go to the source code of this file.
Functions | |
void | printFile (File &file) |
Prints the contents of the given file. More... | |
int | main () |
Main using the RAII File class.
Definition in file raii/files/main.cpp.
void printFile | ( | File & | file | ) |
Prints the contents of the given file.
Definition at line 30 of file raii/files/main.cpp.
References Raii::File::ReadChar().
Referenced by main().
int main | ( | ) |
Definition at line 38 of file raii/files/main.cpp.
References Raii::File::Close(), printFile(), and Raii::File::WriteChar().