|
OpenCPN Partial API docs
|
Implement semantic_vers.h – semantic version object. More...
#include "config.h"#include <algorithm>#include <cstdio>#include <string>#include <sstream>#include "model/semantic_vers.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &s, const SemanticVersion &v) |
| Dump version string. | |
Implement semantic_vers.h – semantic version object.
Definition in file semantic_vers.cpp.
| std::ostream & operator<< | ( | std::ostream & | s, |
| const SemanticVersion & | v | ||
| ) |
Dump version string.
Definition at line 104 of file semantic_vers.cpp.