mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
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.

#include <ios>
#include "mxlib_uncomp_version.h"
#include "mxError.hpp"

Go to the source code of this file.

Namespaces

namespace  mx
 The mxlib c++ namespace.
 

Functions

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.
 
template<typename iosT , char comment = '#'>
iosT & mx::dumpGitStatus (iosT &ios)
 Dump the current git status of the mxlib library to a stream.