Lines Matching refs:std
48 static const std::string separator; /*!< Path separator. */
51 FilePath (const std::string& path);
53 FilePath (const std::vector<std::string>& components);
60 std::string getBaseName (void) const;
61 std::string getDirName (void) const;
62 std::string getFileExtension (void) const;
70 void split (std::vector<std::string>& components) const;
71 static FilePath join (const std::vector<std::string>& components);
82 std::string m_path;
93 inline FilePath::FilePath (const std::string& path)