Implements functionality for printing information about the currently running binary.
|
|
int | anonymous_namespace{binaryinformation.cpp}::centeringOffset (int width, int length) |
| |
|
std::string | anonymous_namespace{binaryinformation.cpp}::formatCentered (int width, const char *text) |
| |
|
void | anonymous_namespace{binaryinformation.cpp}::writeVectorAsColumns (gmx::TextWriter *writer, const std::string &header, const std::vector< std::string > &v, std::size_t outputWidth=80) |
| |
|
void | anonymous_namespace{binaryinformation.cpp}::writeVectorAsSingleLine (gmx::TextWriter *writer, const std::string &header, const std::vector< std::string > &v, std::size_t outputWidth=80) |
| |
|
void | anonymous_namespace{binaryinformation.cpp}::printCopyright (gmx::TextWriter *writer) |
| |
|
BinaryInformationRegistry & | gmx::globalBinaryInformationRegistry () |
| | Returns global instance for modules to use when registering.
|
| |
|
void | gmx::anonymous_namespace{binaryinformation.cpp}::writeLineFromRegistry (TextWriter *writer, const std::string &label) |
| | Helper function for writing binary information from the registry.
|
| |
|
void | gmx::anonymous_namespace{binaryinformation.cpp}::writeOptionalLineFromRegistry (TextWriter *writer, const std::string &label) |
| | Helper function for writing optional binary information from the registry.
|
| |
|
void | gmx::anonymous_namespace{binaryinformation.cpp}::writeExtendedInfo (gmx::TextWriter *writer) |
| |
| void | gmx::printBinaryInformation (FILE *fp, const IProgramContext &programContext, const BinaryInformationSettings &settings) |
| | Print basic information about the executable with custom settings. More...
|
| |
| void | gmx::printBinaryInformation (TextWriter *writer, const IProgramContext &programContext, const BinaryInformationSettings &settings) |
| | Print basic information about the executable with custom settings. More...
|
| |