|
Пространства имен |
| namespace | Cntm |
Функции |
| static bool | Cntm::FormatMsgReplaceParametr (std::string &FillMsg, int PrmIx, const FormatMsgPrmConvertor &Prm) |
| | Замена обозначения параметра %PrmIx на его значение Prm в строке FillMsg.
|
| 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.
|