System and platform runtime information. More...
#include <iostream>#include <iomanip>#include <boost/asio/ip/host_name.hpp>#include <boost/date_time/posix_time/posix_time.hpp>#include <tpie/file.h>#include <tpie/tpie_log.h>Go to the source code of this file.
Classes | |
| struct | tpie::sysinfo |
| Class providing system and platform info. More... | |
Namespaces | |
| tpie | |
| pipelining/factory_base.h Base class of pipelining factories | |
Functions | |
| std::ostream & | tpie::operator<< (std::ostream &s, const sysinfo &info) |
Report default system info to the specified ostream. More... | |
Variables | |
| const char * | tpie::git_commit |
| The Git commit hash (40 hexadecimal characters) that TPIE was built from. More... | |
| const char * | tpie::git_refspec |
| The Git refspec that TPIE was built from. More... | |
System and platform runtime information.
Definition in file sysinfo.h.