|
Пространства имен |
| namespace | Cntm |
Классы |
| struct | Cntm::FormatMsgPrmConvertor |
| | - Автор:
- Овсеевич Р.
Подробнее...
|
| class | Cntm::FormatString |
| | Класс для хранения форматных строк (содержащих текст сообщения и указатели места вставки параметров, имеющие вид "%%Index", Index = 1. Подробнее...
|
Функции |
| std::string | Cntm::FormatMsg (const std::string &Fmt, const FormatMsgPrmConvertor &Prm1=FormatMsgPrmConvertor(), const FormatMsgPrmConvertor &Prm2=FormatMsgPrmConvertor()) |
| | Форматирование строки с 0.
|
| std::string | Cntm::FormatMsg (const std::string &Fmt, const FormatMsgPrmConvertor &Prm1, const FormatMsgPrmConvertor &Prm2, const FormatMsgPrmConvertor &Prm3, const FormatMsgPrmConvertor &Prm4=FormatMsgPrmConvertor()) |
| | Форматирование строки с 3.
|
| std::string | Cntm::FormatMsg (const std::string &Fmt, const FormatMsgPrmConvertor &Prm1, const FormatMsgPrmConvertor &Prm2, const FormatMsgPrmConvertor &Prm3, const FormatMsgPrmConvertor &Prm4, const FormatMsgPrmConvertor &Prm5, const FormatMsgPrmConvertor &Prm6=FormatMsgPrmConvertor(), const FormatMsgPrmConvertor &Prm7=FormatMsgPrmConvertor(), const FormatMsgPrmConvertor &Prm8=FormatMsgPrmConvertor()) |
| | Форматирование строки с 5.
|