#include <config.hh>
#include <cstdio>
#include <cstdarg>
#include <cstring>
#include <algorithm>
Go to the source code of this file.
|
#define | INF HUGE_VAL |
|
#define | Malloc(type, n) (type *)malloc((n)*sizeof(type)) |
|
|
template<class S , class T > |
void | clone (T *&dst, S *src, int n) |
|
void | info (char *fmt,...) |
|
void | info_flush () |
|
◆ INF
◆ Malloc
#define Malloc |
( |
|
type, |
|
|
|
n |
|
) |
| (type *)malloc((n)*sizeof(type)) |
◆ Qfloat
◆ schar
typedef signed char schar |
◆ clone()
template<class S , class T >
void clone |
( |
T *& |
dst, |
|
|
S * |
src, |
|
|
int |
n |
|
) |
| |
|
inline |
◆ info()
void info |
( |
char * |
fmt, |
|
|
|
... |
|
) |
| |
|
inline |
◆ info_flush()
◆ MAX_BELIEVABLE_UNIQUE_ID
const unsigned int MAX_BELIEVABLE_UNIQUE_ID = 100000000 |