|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_BASE_CONTROLPARAMETERLIST_HPP
30 #define CDPL_BASE_CONTROLPARAMETERLIST_HPP
82 #endif // CDPL_BASE_CONTROLPARAMETERLIST_HPP
A class providing methods for the storage and lookup of control-parameter values.
Definition: ControlParameterContainer.hpp:93
ControlParameterList(const ControlParameterContainer &cntnr)
Constructs a copy of the ControlParameterContainer instance cntnr.
Definition: ControlParameterList.hpp:69
#define CDPL_BASE_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
ControlParameterList()
Constructs an empty ControlParameterList instance.
Definition: ControlParameterList.hpp:60
Definition of the preprocessor macro CDPL_BASE_API.
A data structure for the storage and lookup of control-parameter values.
Definition: ControlParameterList.hpp:49
The namespace of the Chemical Data Processing Library.
ControlParameterList & operator=(const ControlParameterContainer &cntnr)
Assignment operator.
Definition of the class CDPL::Base::ControlParameterContainer.
std::shared_ptr< ControlParameterList > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated ControlParameterList instances.
Definition: ControlParameterList.hpp:55