![]() |
RxDock 0.1.0
A fast, versatile, and open-source program for docking ligands to proteins and nucleic acids
|
Additional Inherited Members | |
Public Member Functions inherited from rxdock::Error | |
| Error (const std::string &strFile, int nLine, const std::string &strMessage="") | |
| virtual const char * | what () const noexcept |
| std::string | File () const |
| int | Line () const |
| std::string | Message () const |
| std::string | Name () const |
| bool | isOK () const |
| void | AddMessage (const std::string &strMessage) |
Protected Member Functions inherited from rxdock::Error | |
| Error (const std::string &strName, const std::string &strFile, int nLine, const std::string &strMessage="") | |