#include <HexavigesimalConverter.h>
Public Member Functions | |
| HexavigesimalConverter () | |
| const char * | itoa (unsigned int n) |
| void | setBijective (bool b) |
Private Attributes | |
| char | _buffer [_BUFSIZE] |
| bool | _bijective |
Static Private Attributes | |
| static const int | _base = 26 |
| static const int | _BUFSIZE = 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4