Go to the source code of this file.
Classes | |
| struct | hasText< T > |
| struct | hasText< T >::SFINAE< U, V, noexcept > |
| struct | hasExchangeCode< T > |
| struct | hasExchangeCode< T >::SFINAE< U, V, noexcept > |
| struct | isFormattableMsgImpl< T > |
| struct | isFormattableMsg< T > |
Namespaces | |
| namespace | OnixS |
| namespace | OnixS::ICE |
| namespace | OnixS::ICE::BOE |
| namespace | OnixS::ICE::BOE::Messaging |
| namespace | OnixS::ICE::BOE::Messaging::details |
Functions | |
| std::string | format (Int32 index, StrRef input) |
| StrRef | unwrap (SbeOptionalStr value) |
| StrRef | unwrap (StrRef value) |
| template<typename Message> | |
| std::string | format (const Message message) |
| template<typename Message> | |
| std::string | formatMsg (const Message message, typename std::enable_if< isFormattableMsg< Message >::value, void * >::type=nullptr) |
| template<typename Message> | |
| std::string | formatMsg (const Message, typename std::enable_if<!isFormattableMsg< Message >::value, void * >::type=nullptr) |