Functions | |
void | raise_exception (const fstring &msg, const char *f, int ln) |
void | geq (const void *x, const void *lim, const char *f, int ln) |
void | lt (const void *x, const void *lim, const char *f, int ln) |
void | leq (const void *x, const void *lim, const char *f, int ln) |
void | in_half_open (const void *x, const void *llim, const void *ulim, const char *f, int ln) |
void | in_full_open (const void *x, const void *llim, const void *ulim, const char *f, int ln) |
void | geq (int x, int lim, const char *f, int ln) |
void | lt (int x, int lim, const char *f, int ln) |
void | leq (int x, int lim, const char *f, int ln) |
void | in_half_open (int x, int llim, int ulim, const char *f, int ln) |
void | in_full_open (int x, int llim, int ulim, const char *f, int ln) |