Wire Sysio Wire Sysion 1.0.0
|
Go to the source code of this file.
Classes | |
class | websocketpp::utf8_validator::validator |
Provides streaming UTF8 validation functionality. More... | |
Namespaces | |
namespace | websocketpp |
Namespace for the WebSocket++ project. | |
namespace | websocketpp::utf8_validator |
Functions | |
uint32_t | websocketpp::utf8_validator::decode (uint32_t *state, uint32_t *codep, uint8_t byte) |
Decode the next byte of a UTF8 sequence. | |
bool | websocketpp::utf8_validator::validate (std::string const &s) |
Validate a UTF8 string. | |