|
ritsuko
Helper utilities for ArtifactDB C++ code
|
Parse version strings. More...
#include <stdexcept>#include <string>

Go to the source code of this file.
Classes | |
| struct | ritsuko::Version |
| Version number. More... | |
Namespaces | |
| namespace | ritsuko |
| Assorted helper functions for parsing and validation. | |
Functions | |
| Version | ritsuko::parse_version_string (const char *version_string, size_t size, bool skip_patch=false) |
Parse version strings.