mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declarations of some libarary wide utilities. More...
Declarations of some libarary wide utilities.
Definition in file mxlib.hpp.
Go to the source code of this file.
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename iosT , char comment = '#'> | |
iosT & | mx::dumpGitStatus (iosT &ios) |
Dump the current git status of the library to a stream. More... | |
template<typename iosT , char comment = '#'> | |
iosT & | mx::dumpGitStatus (iosT &ios, const std::string &repoName, const std::string &branch, const std::string &sha1, const bool &modified, const std::string §ion="") |
Dump the git status of a repository to a stream. More... | |