#include <string>
#include <sstream>
#include "typedefs.h"
#include "i18n.h"
Go to the source code of this file.
Functions | |
string | fixedString (iter start, int length) |
int | BEInt16 (iter start) |
int | BEInt32 (iter start) |
int | BEInt24 (iter start) |
string | bcdbyte (unsigned char start) |
string | BCDDate (iter start) |
int | LEInt32 (iter start) |
string bcdbyte | ( | unsigned char | start | ) |
Referenced by BCDDate().
int BEInt16 | ( | iter | start | ) |
Referenced by Driver_Activity_Data::Driver_Activity_Data().
int BEInt24 | ( | iter | start | ) |
int BEInt32 | ( | iter | start | ) |
Referenced by Activities::reportstuff(), and Specific_Conditions::Specific_Conditions().
string fixedString | ( | iter | start, | |
int | length | |||
) |
References latin1tounicode().
int LEInt32 | ( | iter | start | ) |