A StringPair has two strings, first() and second().
More...
A StringPair has two strings, first() and second().
The getCompString() function concatanates the two strings with the pipe character ('|') in between.
<>
◆ StringPair() [1/3]
StringPair::StringPair |
( |
const char * |
str1, |
|
|
const char * |
str2 |
|
) |
| |
|
inline |
◆ StringPair() [2/3]
◆ StringPair() [3/3]
StringPair::StringPair |
( |
const char * |
compstr | ) |
|
◆ first() [1/2]
◆ first() [2/2]
◆ getCompString() [1/2]
const OD::String& StringPair::getCompString |
( |
| ) |
const |
◆ getCompString() [2/2]
const OD::String& StringPair::getCompString |
( |
bool |
withwhitespace | ) |
const |
◆ hasSecond()
bool StringPair::hasSecond |
( |
| ) |
const |
|
inline |
◆ second() [1/2]
◆ second() [2/2]
◆ separator()
static char StringPair::separator |
( |
| ) |
|
|
inlinestatic |
◆ first_
◆ second_