#include <otbWrapperParameterKey.h>
Definition at line 44 of file otbWrapperParameterKey.h.
◆ Self
◆ ParameterKey() [1/4]
otb::Wrapper::ParameterKey::ParameterKey |
( |
| ) |
|
◆ ParameterKey() [2/4]
otb::Wrapper::ParameterKey::ParameterKey |
( |
const char * |
val | ) |
|
◆ ParameterKey() [3/4]
otb::Wrapper::ParameterKey::ParameterKey |
( |
const std::string & |
val | ) |
|
◆ ~ParameterKey()
virtual otb::Wrapper::ParameterKey::~ParameterKey |
( |
| ) |
|
|
virtual |
◆ ParameterKey() [4/4]
otb::Wrapper::ParameterKey::ParameterKey |
( |
const Self & |
| ) |
|
|
privatedelete |
◆ Append() [1/2]
void otb::Wrapper::ParameterKey::Append |
( |
const ParameterKey & |
pKey | ) |
|
Append a string at the end of the key. A point separator will be added before the string.
◆ Append() [2/2]
void otb::Wrapper::ParameterKey::Append |
( |
const std::string & |
val | ) |
|
Append a string at the end of the key. A point separator will be added before the string.
◆ GetFirstElement()
std::string otb::Wrapper::ParameterKey::GetFirstElement |
( |
| ) |
|
Returns the string before the first point separator
◆ GetKey() [1/2]
std::string otb::Wrapper::ParameterKey::GetKey |
( |
| ) |
|
|
inline |
◆ GetKey() [2/2]
std::string otb::Wrapper::ParameterKey::GetKey |
( |
| ) |
const |
|
inline |
◆ GetLastElement()
std::string otb::Wrapper::ParameterKey::GetLastElement |
( |
| ) |
|
Class Methods used to interface with the registered factories Returns the string after the last point separator
◆ GetRoot()
std::string otb::Wrapper::ParameterKey::GetRoot |
( |
| ) |
|
Returns the string before the last point separator
◆ operator=()
void otb::Wrapper::ParameterKey::operator= |
( |
const Self & |
| ) |
|
|
privatedelete |
◆ SetKey()
void otb::Wrapper::ParameterKey::SetKey |
( |
const std::string & |
val | ) |
|
|
inline |
◆ Split()
std::vector<std::string> otb::Wrapper::ParameterKey::Split |
( |
| ) |
|
Returns the vector of string that contains each element separated by a point.
◆ m_Key
std::string otb::Wrapper::ParameterKey::m_Key |
|
private |
The documentation for this class was generated from the following file: