|
libqi-api
2.1.0.18
|
#include <path.hpp>
Public Member Functions | |
| Path (const std::string &unicodePath=std::string()) | |
| bool | isEmpty () const |
| bool | isDir () const |
| bool | isRegularFile () const |
| std::string | filename () const |
| std::string | extension () const |
| Path | parent () |
| Path | absolute () |
| PathVector | files () |
| PathVector | dirs () |
| operator std::string () const | |
| Path | operator/ (const qi::Path &rhs) const |
| const Path & | operator/= (const qi::Path &rhs) const |
| qi::Path::Path | ( | const std::string & | unicodePath = std::string() | ) |
| std::string qi::Path::extension | ( | ) | const |
| std::string qi::Path::filename | ( | ) | const |
| bool qi::Path::isDir | ( | ) | const |
| bool qi::Path::isEmpty | ( | ) | const |
| bool qi::Path::isRegularFile | ( | ) | const |
| qi::Path::operator std::string | ( | ) | const |
| Path qi::Path::parent | ( | ) |