PathAndLanguage Class
(QmlJS::PathAndLanguage)Public Functions
PathAndLanguage(const Utils::FileName &path = Utils::FileName(), Dialect language = Dialect::AnyLanguage) | |
PathAndLanguage(const PathAndLanguage &o) | |
Dialect | language() const |
Utils::FileName | path() const |
bool | operator<(const PathAndLanguage &other) const |
bool | operator==(const PathAndLanguage &other) const |
Member Function Documentation
PathAndLanguage::PathAndLanguage(const Utils::FileName &path = Utils::FileName(), Dialect language = Dialect::AnyLanguage)
Default constructs an instance of PathAndLanguage.
PathAndLanguage::PathAndLanguage(const PathAndLanguage &o)
Copy constructor.