#include <ost/mol/atom_handle.hh>
#include <ost/mol/residue_handle.hh>
#include <ost/mol/chain_handle.hh>
#include <ost/conop/module_config.hh>
Go to the source code of this file.
Data Structures | |
class | Diag |
struct | ArgDesc |
class | DiagError |
class | Diagnostics |
Namespaces | |
namespace | ost |
namespace | ost::conop |
Typedefs | |
typedef boost::shared_ptr < Diagnostics > | DiagnosticsPtr |
Enumerations | |
enum | DiagArgType { DIAG_ARG_TYPE_ATOM, DIAG_ARG_TYPE_RESIDUE, DIAG_ARG_TYPE_CHAIN, DIAG_ARG_TYPE_STRING, DIAG_ARG_TYPE_INT } |
enum | DiagType { DIAG_UNK_ATOM, DIAG_UNK_RESIDUE, DIAG_MISSING_ATOM, DIAG_NONSTD_RESIDUE } |