|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
成员的完整列表,这些成员属于 ast::Version,包括所有继承而来的类成员
| build() const (定义于 ast::Version) | ast::Version | inline |
| compare(const Version &other) const (定义于 ast::Version) | ast::Version | |
| major() const (定义于 ast::Version) | ast::Version | inline |
| minor() const (定义于 ast::Version) | ast::Version | inline |
| operator!=(const Version &other) const (定义于 ast::Version) | ast::Version | inline |
| operator<(const Version &other) const (定义于 ast::Version) | ast::Version | inline |
| operator<=(const Version &other) const (定义于 ast::Version) | ast::Version | inline |
| operator==(const Version &other) const (定义于 ast::Version) | ast::Version | inline |
| operator>(const Version &other) const (定义于 ast::Version) | ast::Version | inline |
| operator>=(const Version &other) const (定义于 ast::Version) | ast::Version | inline |
| Parse(StringView version) | ast::Version | static |
| patch() const (定义于 ast::Version) | ast::Version | inline |
| prerelease() const (定义于 ast::Version) | ast::Version | inline |
| setBuild(StringView build) (定义于 ast::Version) | ast::Version | inline |
| setMajor(int major) (定义于 ast::Version) | ast::Version | inline |
| setMinor(int minor) (定义于 ast::Version) | ast::Version | inline |
| setPatch(int patch) (定义于 ast::Version) | ast::Version | inline |
| setPrerelease(StringView prerelease) (定义于 ast::Version) | ast::Version | inline |
| valid() const (定义于 ast::Version) | ast::Version | inline |
| Version()=default | ast::Version | |
| Version(StringView version) | ast::Version | explicit |
| Version(int major, int minor, int patch=-1, StringView prerelease={}, StringView build={}) | ast::Version |