| feisty meow concerns codebase
    2.140
    | 
This is the complete list of members for textual::byte_formatter, including all inherited members.
| bytes_to_shifted_string(const basis::byte_array &to_convert, basis::astring &as_string) | textual::byte_formatter | static | 
| bytes_to_string(const basis::byte_array &to_convert, basis::astring &as_string, bool space_delimited=true) | textual::byte_formatter | static | 
| bytes_to_string(const basis::abyte *to_convert, int length, basis::astring &as_string, bool space_delimited=true) | textual::byte_formatter | static | 
| DEFINE_CLASS_NAME("byte_formatter") | textual::byte_formatter | |
| in_hex_range(char to_check) | textual::byte_formatter | static | 
| make_eight(basis::un_int num, basis::astring &out) | textual::byte_formatter | static | 
| parse_dump(const basis::astring &dumped_form, basis::byte_array &bytes_found) | textual::byte_formatter | static | 
| print_char(basis::abyte to_print, basis::astring &out, char replace='_') | textual::byte_formatter | static | 
| print_chars(const basis::abyte *to_print, int length, basis::astring &out, char replace='_') | textual::byte_formatter | static | 
| shifted_string_to_bytes(const basis::astring &to_convert, basis::byte_array &as_array) | textual::byte_formatter | static | 
| string_to_bytes(const basis::astring &to_convert, basis::byte_array &as_array) | textual::byte_formatter | static | 
| string_to_bytes(const char *to_convert, basis::byte_array &as_array) | textual::byte_formatter | static | 
| text_dump(basis::astring &output, const basis::abyte *location, basis::un_int length, basis::un_int label=0, const char *eol="\n") | textual::byte_formatter | static | 
| text_dump(const basis::abyte *location, basis::un_int length, basis::un_int label=0, const char *eol="\n") | textual::byte_formatter | static | 
| text_dump(basis::astring &output, const basis::byte_array &to_dump, basis::un_int label=0, const char *eol="\n") | textual::byte_formatter | static | 
| text_dump(const basis::byte_array &to_dump, basis::un_int label=0, const char *eol="\n") | textual::byte_formatter | static | 
| ~byte_formatter() | textual::byte_formatter | inlinevirtual |