range_checking Namespace Reference

range-checking infrastructure More...


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)


Detailed Description

range-checking infrastructure

The software described here is Copyright (c) 1998-2005, Rob Peters.
This page was generated Wed Dec 3 06:56:30 2008 by Doxygen version 1.5.5.