|
join 1.0
lightweight network framework library
|


Go to the source code of this file.
Classes | |
| class | join::Encoderbuf |
| encoder stream buffer. More... | |
| class | join::Encoder |
| encoder. More... | |
| class | join::Decoderbuf |
| decoder stream buffer. More... | |
| class | join::Decoder |
| decoder. More... | |
| class | join::Base64 |
| base64 encode, decode class. More... | |
Namespaces | |
| namespace | join |
Typedefs | |
| using | join::BytesArray = std::vector <uint8_t> |
| bytes array. | |
Functions | |
| __inline__ std::string | join::bin2hex (const BytesArray &bin) |
| convert bytes array to string. | |