|
10Duke Enterprise C++ Client
|
Utilities.
Namespaces | |
| namespace | random |
| Random number / string generation. | |
| namespace | string |
| String-utilities. | |
Classes | |
| class | Base64Decoder |
| Base64-decoder. More... | |
| class | Base64Encoder |
| Base64-encoder. More... | |
| class | BinaryData |
| A holder of binary data. More... | |
| class | DefaultBase64Decoder |
| Default tenduke::utl::Base64Decoder implementation. More... | |
| class | DefaultBase64Encoder |
| Default tenduke::utl::Base64Encoder implementation. More... | |
| class | FixedSizeBinaryData |
| Utility class for fixed size binary data. More... | |
| class | SimpleBuffer |
| Simple extensible binary buffer. More... | |
Functions | |
| std::string | toLowerCaseASCII (const std::string &string) |
| Returns a copy of provided ASCII-string converted to lower-case. | |
| std::string tenduke::utl::toLowerCaseASCII | ( | const std::string & | string | ) |
Returns a copy of provided ASCII-string converted to lower-case.
Does not modify the original string.
| string | - |