debug.cpp File Reference
Description: Implementation of debugging facilities. 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.
- DebugTime CVCL::operator+ (const DebugTime &t1, const DebugTime &t2)
- DebugTime CVCL::operator- (const DebugTime &t1, const DebugTime &t2)
- bool CVCL::operator== (const DebugTime &t1, const DebugTime &t2)
- bool CVCL::operator!= (const DebugTime &t1, const DebugTime &t2)
- bool CVCL::operator== (const DebugTimer &t1, const DebugTimer &t2)
- bool CVCL::operator!= (const DebugTimer &t1, const DebugTimer &t2)
- bool CVCL::operator< (const DebugTimer &t1, const DebugTimer &t2)
- bool CVCL::operator> (const DebugTimer &t1, const DebugTimer &t2)
- bool CVCL::operator<= (const DebugTimer &t1, const DebugTimer &t2)
- bool CVCL::operator>= (const DebugTimer &t1, const DebugTimer &t2)
- ostream & CVCL::operator<< (ostream &os, const DebugTime &t)
- ostream & CVCL::operator<< (ostream &os, const DebugTimer &timer)
Detailed Description
Description: Implementation of debugging facilities.
Author: Sergey Berezin
Created: Fri Jan 31 11:48:37 2003
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.cpp.
Generated on Thu Apr 13 16:57:36 2006 for CVC Lite by
1.4.4