Bitcoin Core 28.99.0
P2P Digital Currency
|
Bilingual messages: More...
#include <translation.h>
Public Member Functions | |
bilingual_str & | operator+= (const bilingual_str &rhs) |
bool | empty () const |
void | clear () |
Public Attributes | |
std::string | original |
std::string | translated |
Bilingual messages:
Definition at line 21 of file translation.h.
|
inline |
|
inline |
|
inline |
Definition at line 25 of file translation.h.
std::string bilingual_str::original |
Definition at line 22 of file translation.h.
std::string bilingual_str::translated |
Definition at line 23 of file translation.h.