Static Public Member Functions | |
static const std::string & | name () |
static bool | knows_ext (const std::string &) |
static std::istream * | wrap_in (std::string &name) |
Open a input stream on the file named name. Return 0 on failure. | |
static std::ostream * | wrap_out (std::string &name) |
Open a output stream on the file named name. Return 0 on failure. | |
static void | find (std::list< std::string > &names, const std::string &name) |
Insert in names all the files that have the same suffix as name in the name or the current directory. |
Definition at line 49 of file file.hh.