#include <cassert>
#include <cstring>
#include <string>
#include <ostream>
#include <iostream>
#include <cstdint>
#include "w_endian.h"
Go to the source code of this file.
§ w_keystr_len_t
§ _valid_signbyte()
| bool _valid_signbyte |
( |
const void * |
keystr | ) |
|
|
inline |
§ operator<<()
| std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const w_keystr_t & |
v |
|
) |
| |
|
inline |
§ SIGN_NEGINF
| const unsigned char SIGN_NEGINF = 42 |
§ SIGN_POSINF
| const unsigned char SIGN_POSINF = 44 |
§ SIGN_REGULAR
| const unsigned char SIGN_REGULAR = 43 |