debug.h File Reference
Description: Collection of debugging macros and functions. More...
Go to the source code of this file.
Namespaces
Classes
Functions
- void CVCL::fatalError (const std::string &file, int line, const std::string &cond, const std::string &msg)
- Function for fatal exit.
- void CVCL::debugError (const std::string &file, int line, const std::string &cond, const std::string &msg) throw (Exception)
- Similar to fatalError to raise an exception when DebugAssert fires.
- bool CVCL::operator== (const DebugFlag &f1, const DebugFlag &f2)
- Checks if the *values* of the flags are equal.
- bool CVCL::operator!= (const DebugFlag &f1, const DebugFlag &f2)
- Checks if the *values* of the flags are disequal.
- std::ostream & CVCL::operator<< (std::ostream &os, const DebugFlag &f)
- Printing flags.
- bool CVCL::operator== (const DebugCounter &c1, const DebugCounter &c2)
- bool CVCL::operator!= (const DebugCounter &c1, const DebugCounter &c2)
- bool CVCL::operator== (int c1, const DebugCounter &c2)
- bool CVCL::operator!= (int c1, const DebugCounter &c2)
- bool CVCL::operator== (const DebugCounter &c1, int c2)
- bool CVCL::operator!= (const DebugCounter &c1, int c2)
- std::ostream & CVCL::operator<< (std::ostream &os, const DebugCounter &c)
Variables
Detailed Description
Description: Collection of debugging macros and functions.
Author: Sergey Berezin
Created: Thu Dec 5 13:12:59 2002
Copyright (C) 2003 by the Board of Trustees of Leland Stanford Junior University and by New York University.
License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the LICENSE file provided with this distribution. In particular:
- The above copyright notice and this permission notice must appear in all copies of the software and related documentation.
- THE SOFTWARE IS PROVIDED "AS-IS", WITHOUT ANY WARRANTIES, EXPRESSED OR IMPLIED. USE IT AT YOUR OWN RISK.
Definition in file debug.h.
Generated on Thu Apr 13 16:57:36 2006 for CVC Lite by
1.4.4