#include "cl/Basics.h"
#include <stdio.h>
#include <stdlib.h>
#include <iostream.h>
Include dependency graph for Basics.cc:
Go to the source code of this file.
Functions | |||
Void | _Assert (Int condition, const Char *errorMessage, const Char *file, Int line) | ||
Void | _Expect (Int condition, const Char *warningMessage, const Char *file, Int line) | ||
Void | _CheckRange (Int i, Int lowerBound, Int upperBound, const Char *rangeMessage, const Char *file, Int line) |
Void _Assert (Int condition, const Char * errorMessage, const Char * file, Int line) |
Void _CheckRange (Int i, Int lowerBound, Int upperBound, const Char * rangeMessage, const Char * file, Int line) |
Void _Expect (Int condition, const Char * warningMessage, const Char * file, Int line) |