Go to the source code of this file.
Classes | |
| struct | Strnlen< From, To > |
| struct | Strnlen< To, To > |
Namespaces | |
| namespace | OnixS |
| namespace | OnixS::ICE |
| namespace | OnixS::ICE::BOE |
| namespace | OnixS::ICE::BOE::Messaging |
| namespace | OnixS::ICE::BOE::Messaging::details |
Typedefs | |
| typedef char | Char |
Functions | |
| void | toStr (std::string &str, Char character) |
| void | toStr (std::string &str, const std::string &value) |
| std::string | toStr (Char character) |
| template<size_t MaxLen> | |
| ONIXS_ICEBOE_FORCEINLINE std::enable_if<(MaxLen<=16), size_t >::type | stringLen (const Char *s) noexcept |
| template<size_t MaxLen> | |
| ONIXS_ICEBOE_FORCEINLINE std::enable_if<(MaxLen >16), size_t >::type | stringLen (const Char *s) noexcept |