Public Member Functions | |
| NamedOFileStream (void) | |
| ~NamedOFileStream (void) | |
| void | open (const std::string &filename, std::ios_base::openmode mode) |
| void | open (const char *filename, std::ios_base::openmode mode) |
| std::string | name (void) |
Private Attributes | |
| std::string | _filename |
Definition at line 76 of file NamedFileStream.h.
1.5.3