|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_ELECTRONSYSTEMLIST_HPP
30 #define CDPL_CHEM_ELECTRONSYSTEMLIST_HPP
55 const char* getClassName()
const
57 return "ElectronSystemList";
63 #endif // CDPL_CHEM_ELECTRONSYSTEMLIST_HPP
Definition of the class CDPL::Chem::ElectronSystem.
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.
A dynamic array class for the storage of object pointers with an indirected query interface.
Definition: IndirectArray.hpp:68
A data type for the storage of Chem::ElectronSystem objects.
Definition: ElectronSystemList.hpp:49
The namespace of the Chemical Data Processing Library.
std::shared_ptr< ElectronSystemList > SharedPointer
Definition: ElectronSystemList.hpp:52
Definition of the class CDPL::Util::IndirectArray.