OpenCPN Partial API docs
Loading...
Searching...
No Matches
semantic_vers.h File Reference

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.
 

Detailed Description

Semantic version encode/decode object.

Definition in file semantic_vers.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  s,
const SemanticVersion v 
)

Dump version string.

Definition at line 104 of file semantic_vers.cpp.