#include <File.h>
Public Member Functions | |
| Filename (const std::string &filename) | |
| ctor | |
| Filename (const char *filename) | |
| ctor | |
| operator const std::string & () const | |
| Gets a string that represents the filename. | |
| const char * | c_str () const |
| Gets a c string that represents the filename. | |
1.5.3