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 2024-07-18 at 13:53:32 +0000