HexString

Undocumented in source.
class HexString : SelectedString {}

Members

Functions

toAscii
bool toAscii()

rule : 0. only 0-9 a-f A-F withe space (32) and return (10, 13) are allowed. 1. 2 char to form 1 byte, so there are alway 2 char w/o space. 2. if there is a space between the 1st char and the 2nd char, then it should be it in all string, and vice and versa 3. All the white space (32) \n(10) and \r(13) will be ignored.

Inherited Members

From SelectedString

getStr
string getStr()
Undocumented in source.
length
size_t length()
Undocumented in source.
getSelStartPos
size_t getSelStartPos()
Undocumented in source.
getSelEndPos
size_t getSelEndPos()
Undocumented in source.
getChar
int getChar(size_t i)
Undocumented in source.
_str
char[] _str;
Undocumented in source.
_selStartPos
size_t _selStartPos;
Undocumented in source.
_selEndPos
size_t _selEndPos;
Undocumented in source.

Meta