IMP Reference Guide
2.8.0
The Integrative Modeling Platform
|
Version and module information for Objects. More...
#include <IMP/VersionInfo.h>
Version and module information for Objects.
All IMP::Object -derived objects have a method IMP::Object::get_version_info() returning such an object. The version info allows one to determine the module and version of all restraints used to help creating reproducible results.
Definition at line 28 of file VersionInfo.h.
Public Member Functions | |
VersionInfo (std::string module, std::string version) | |
Create a VersionInfo object with the given module and version. More... | |
std::string | get_module () const |
std::string | get_version () const |
void | show (std::ostream &out=std::cout) const |
IMP::VersionInfo::VersionInfo | ( | std::string | module, |
std::string | version | ||
) |
Create a VersionInfo object with the given module and version.