OpenCPN Partial API docs
|
Semantic version encode/decode object. More...
#include <sstream>
#include "config.h"
Go to the source code of this file.
Classes | |
struct | SemanticVersion |
Versions uses a modified semantic versioning scheme: major.minor.revision.post-tag+build. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &s, const SemanticVersion &v) |
Dump version string. | |
Semantic version encode/decode object.
Definition in file semantic_vers.h.
std::ostream & operator<< | ( | std::ostream & | s, |
const SemanticVersion & | v | ||
) |
Dump version string.
Definition at line 104 of file semantic_vers.cpp.