|
| enum class | MatchType : int { Full = 0
, Partial = 1
, None = 2
} |
| enum class | ParseOption : int { AllowWildcards = 0
, NoWildcards = 1
} |
|
|
SemVersion & | operator= (SemVersion const &) |
|
| SemVersion (SemVersion const &) |
|
MCAPI | SemVersion (::SemVersion &&) |
|
MCAPI | SemVersion (::SemVersionConstant const &other) |
|
MCAPI::SemVersion & | operator= (::SemVersion &&) |
|
MCAPI void * | $ctor (::SemVersion &&) |
|
MCAPI void * | $ctor (::SemVersionConstant const &other) |
|
MCAPI std::string | asString () const |
|
MCAPI std::string_view | getPreRelease () const |
|
|
static MCAPI ::SemVersion::MatchType | fromJson (::Json::Value const &json, ::SemVersion &output, ::SemVersion::ParseOption parseOption) |
|
static MCAPI ::SemVersion::MatchType | fromJsonArray (::Json::Value const &jsonArray, ::SemVersion &output) |
|
static MCAPI ::SemVersion::MatchType | fromString (::std::string const &src, ::SemVersion &output, ::SemVersion::ParseOption parseOption) |
The documentation for this class was generated from the following file: