mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
mxlib.hpp File Reference

Declarations of some libarary wide utilities. More...

Declarations of some libarary wide utilities.

Author
Jared R. Males

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 &section="")
 Dump the git status of a repository to a stream. More...