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