class Gambit::Utils::translator

[No description available]

Public Functions

Name
stroperator()(const str & from, const str & to, const str & obs)
Translate terms from one language to another.
stroperator()(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 2023-06-26 at 21:36:53 +0000