29 #ifndef CDPL_CONFGEN_TORSIONLIBRARY_HPP
30 #define CDPL_CONFGEN_TORSIONLIBRARY_HPP
51 void load(std::istream& is);
53 void save(std::ostream& os)
const;
Definition of the preprocessor macro CDPL_CONFGEN_API.
#define CDPL_CONFGEN_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the class CDPL::ConfGen::TorsionCategory.
Definition: TorsionCategory.hpp:49
Definition: TorsionLibrary.hpp:46
static void set(const SharedPointer &lib)
std::shared_ptr< TorsionLibrary > SharedPointer
Definition: TorsionLibrary.hpp:49
static const SharedPointer & get()
void save(std::ostream &os) const
void load(std::istream &is)
The namespace of the Chemical Data Processing Library.