|
Bash++
Bash++ compiler internal documentation
|
This is the complete list of members for BashVersion, including all inherited members.
| BashVersion()=default | BashVersion | |
| BashVersion(const BashVersion &)=default | BashVersion | |
| BashVersion(BashVersion &&)=default | BashVersion | |
| BashVersion(uint16_t major, uint16_t minor) | BashVersion | inline |
| BashVersion(std::string_view version_string) | BashVersion | inlineexplicit |
| major | BashVersion | |
| minor | BashVersion | |
| operator std::string() const | BashVersion | inline |
| operator uint32_t() const | BashVersion | inline |
| operator!=(const BashVersion &other) const | BashVersion | inline |
| operator<(const BashVersion &other) const | BashVersion | inline |
| operator<=(const BashVersion &other) const | BashVersion | inline |
| operator=(const BashVersion &)=default | BashVersion | |
| operator=(BashVersion &&)=default | BashVersion | |
| operator==(const BashVersion &other) const | BashVersion | inline |
| operator>(const BashVersion &other) const | BashVersion | inline |
| operator>=(const BashVersion &other) const | BashVersion | inline |
| to_string() const | BashVersion | inline |
| ~BashVersion()=default | BashVersion |