ritsuko
Helper utilities for ArtifactDB C++ code
Loading...
Searching...
No Matches
parse_version_string.hpp File Reference

Parse version strings. More...

#include <stdexcept>
#include <string>
Include dependency graph for parse_version_string.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Parse version strings.