Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

wvbackslash.cc File Reference

#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"


Function Documentation

int fromhex char  digit  )  [inline, static]
 

Definition at line 18 of file wvbackslash.cc.

int fromoctal char  digit  )  [inline, static]
 

Definition at line 29 of file wvbackslash.cc.

Referenced by WvBackslashDecoder::_encode().

char tohex int  digit,
char  alphabase = ('a' - 10)
[inline, static]
 

Definition at line 13 of file wvbackslash.cc.


Variable Documentation

const char* escapein = "\a\b\f\n\r\t\v" [static]
 

Definition at line 10 of file wvbackslash.cc.

Referenced by WvBackslashDecoder::_encode(), and WvBackslashEncoder::_encode().

const char* escapeout = "abfnrtv" [static]
 

Definition at line 11 of file wvbackslash.cc.

Referenced by WvBackslashDecoder::_encode(), and WvBackslashEncoder::_encode().


Generated on Sat Feb 21 21:05:39 2004 for WvStreams by doxygen 1.3.5