Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
bilingual_str Struct Reference

Bilingual messages: More...

#include <translation.h>

Public Member Functions

bilingual_stroperator+= (const bilingual_str &rhs)
bool empty () const
void clear ()

Public Attributes

std::string original
std::string translated

Detailed Description

Bilingual messages:

  • in GUI: user's native language + untranslated (i.e. English)
  • in log and stderr: untranslated only

Definition at line 24 of file translation.h.

Member Function Documentation

◆ clear()

void bilingual_str::clear ( )
inline

Definition at line 40 of file translation.h.

◆ empty()

bool bilingual_str::empty ( ) const
inline

Definition at line 35 of file translation.h.

Here is the caller graph for this function:

◆ operator+=()

bilingual_str & bilingual_str::operator+= ( const bilingual_str & rhs)
inline

Definition at line 28 of file translation.h.

Member Data Documentation

◆ original

std::string bilingual_str::original

Definition at line 25 of file translation.h.

◆ translated

std::string bilingual_str::translated

Definition at line 26 of file translation.h.


The documentation for this struct was generated from the following file: