Definition at line 168 of file FieldProperty.h.
◆ _searchParam()
| String Arcane::PropertyImpl::PropertyKeyValues::_searchParam |
( |
const String & | param_name | ) |
|
|
inlineprivate |
◆ add()
| void Arcane::PropertyImpl::PropertyKeyValues::add |
( |
const String & | name, |
|
|
const String & | value ) |
|
inline |
◆ getValue()
Retrieves the value of an option.
The retrieval order is as follows:
- if param_name is not null, check if there is a value in m_values associated with this parameter. If so, return this value.
- for each name x in env_values, check if an environment variable x exists and return its value if it does.
- if none of the previous methods worked, return the default_value.
Definition at line 198 of file FieldProperty.h.
References Arcane::Platform::getEnvironmentVariable(), and Arcane::String::null().
◆ m_values
The documentation for this class was generated from the following file: