Namespace for implementation details of OpenMPCD::Configuration
.
More...
|
void | copy (const libconfig::Config &from, libconfig::Config *const to) |
| Copies a libconfig::Config instance. More...
|
|
const std::string | getSettingTypeString (const libconfig::Setting::Type type) |
| Returns a string corresponding to the name of the given type. More...
|
|
Namespace for implementation details of OpenMPCD::Configuration
.
◆ copy()
void OpenMPCD::ImplementationDetails::Configuration::copy |
( |
const libconfig::Config & |
from, |
|
|
libconfig::Config *const |
to |
|
) |
| |
|
inline |
Copies a libconfig::Config
instance.
- Parameters
-
[in] | from | The instance to copy from. |
[out] | to | The instance to copy to. |
Definition at line 28 of file copy.hpp.
◆ getSettingTypeString()
const std::string OpenMPCD::ImplementationDetails::Configuration::getSettingTypeString |
( |
const libconfig::Setting::Type |
type | ) |
|
|
inline |
Returns a string corresponding to the name of the given type.
- Parameters
-
[in] | type | The type whose name to return. |
- Exceptions
-
Definition at line 28 of file getSettingTypeString.hpp.