#include <ctype.h>
#include "wvbackslash.h"
Go to the source code of this file.
Functions | |
char | tohex (int digit, char alphabase=('a'-10)) |
int | fromhex (char digit) |
int | fromoctal (char digit) |
Variables | |
const char * | escapein = "\a\b\f\n\r\t\v" |
const char * | escapeout = "abfnrtv" |
|
Definition at line 18 of file wvbackslash.cc. |
|
Definition at line 29 of file wvbackslash.cc. Referenced by WvBackslashDecoder::_encode(). |
|
Definition at line 13 of file wvbackslash.cc. |
|
Definition at line 10 of file wvbackslash.cc. Referenced by WvBackslashDecoder::_encode(), and WvBackslashEncoder::_encode(). |
|
Definition at line 11 of file wvbackslash.cc. Referenced by WvBackslashDecoder::_encode(), and WvBackslashEncoder::_encode(). |