#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | xyzzy |
Classes | |
class | xyzzy::TTicker |
Defines | |
#define | _xyzzy_util_hxx_ |
Functions | |
unsigned int | xyzzy::toUnsignedInt (const char *s) |
int | xyzzy::toInt (const char *s) |
unsigned long int | xyzzy::toUnsignedLongInt (const char *s) |
long int | xyzzy::toLongInt (const char *s) |
int | xyzzy::toLittleEndianHex (double d, char *buf) |
#define _xyzzy_util_hxx_ |