|
| uiRetVal () |
|
| uiRetVal (const uiPhrase &) |
|
| uiRetVal (const uiPhrase &, const uiPhrase &) |
|
| uiRetVal (const uiPhrase &, const uiPhrase &, const uiPhrase &) |
|
| uiRetVal (const uiPhraseSet &) |
|
| uiRetVal (const uiRetVal &) |
|
uiRetVal & | add (const uiPhrase &) |
|
uiRetVal & | add (const uiPhraseSet &) |
|
uiRetVal & | add (const uiRetVal &) |
|
iterator | begin () |
|
const_iterator | begin () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
bool | empty () const |
|
iterator | end () |
|
const_iterator | end () const |
|
size_type | getIdx (const_iterator it) const |
|
size_type | getIdx (iterator it) const |
|
BufferString | getText () const |
|
uiRetVal & | insert (const uiPhrase &) |
|
bool | isEmpty () const |
|
bool | isError () const |
|
bool | isMultiMessage () const |
|
bool | isOK () const |
|
bool | isSingleWord (const uiWord &) const |
|
size_type | max_size () const |
|
uiPhraseSet | messages () const |
|
| operator uiPhrase () const |
|
| operator uiPhraseSet () const |
|
uiRetVal & | operator= (const uiPhrase &) |
|
uiRetVal & | operator= (const uiPhraseSet &) |
|
uiRetVal & | operator= (const uiRetVal &) |
|
void | resetError () |
|
uiRetVal & | set (const uiPhrase &) |
|
uiRetVal & | set (const uiPhraseSet &) |
|
uiRetVal & | set (const uiRetVal &) |
|
uiRetVal & | setAsStatus (const uiWord &) |
|
uiRetVal & | setEmpty () |
|
uiRetVal & | setOK () |
|
void | swap (uiRetVal &oth) |
|