Public Member Functions | |
| NamedIFileStream (void) | |
| ~NamedIFileStream (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 33 of file NamedFileStream.h.
1.5.3