Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
utf8_validator.hpp File Reference
#include <websocketpp/common/stdint.hpp>
#include <string>
Include dependency graph for utf8_validator.hpp:
This graph shows which files directly or indirectly include this file:

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.