29 #ifndef CDPL_CHEM_ELECTRONSYSTEMLIST_HPP
30 #define CDPL_CHEM_ELECTRONSYSTEMLIST_HPP
56 const char* getClassName()
const
58 return "ElectronSystemList";
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of class CDPL::Chem::ElectronSystem.
Definition of class CDPL::Util::IndirectArray.
Data type for the storage of Chem::ElectronSystem objects.
Definition: ElectronSystemList.hpp:49
std::shared_ptr< ElectronSystemList > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated ElectronSystemList instances.
Definition: ElectronSystemList.hpp:53
Dynamic array class for the storage of object pointers with an indirected query interface.
Definition: IndirectArray.hpp:68
The namespace of the Chemical Data Processing Library.