class Gambit::Utils::translator
[No description available]
Public Functions
Name | |
---|---|
str | operator()(const str & from, const str & to, const str & obs) Translate terms from one language to another. |
str | operator()(const str & from, const str & to, const str & obs, const str & suffix) Translate terms from one language to another and add a suffix. |
std::vector< str > | operator()(const str & from, const str & to, const std::vector< str > & obs) Translate terms from one language to another. |
std::vector< str > | operator()(const str & from, const str & to, const std::vector< str > & obs, const str & suffix) Translate terms from one language to another and add a suffix. |
translator(const str & filename_) Constructor for translator. |
Public Functions Documentation
function operator()
str operator()(
const str & from,
const str & to,
const str & obs
)
Translate terms from one language to another.
Translate terms from one language to another.
function operator()
str operator()(
const str & from,
const str & to,
const str & obs,
const str & suffix
)
Translate terms from one language to another and add a suffix.
function operator()
std::vector< str > operator()(
const str & from,
const str & to,
const std::vector< str > & obs
)
Translate terms from one language to another.
function operator()
std::vector< str > operator()(
const str & from,
const str & to,
const std::vector< str > & obs,
const str & suffix
)
Translate terms from one language to another and add a suffix.
function translator
translator(
const str & filename_
)
Constructor for translator.
Updated on 2025-02-12 at 15:36:40 +0000