CVC3
Classes | Namespaces | Functions
statistics.h File Reference

Description: Counters and flags for collecting run-time statistics. More...

#include <string>
#include <iostream>
#include <sstream>
#include <map>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CVC3::StatFlag
 
class  CVC3::StatCounter
 
class  CVC3::Statistics
 

Namespaces

namespace  CVC3
 

Functions

bool CVC3::operator== (const StatFlag &f1, const StatFlag &f2)
 
bool CVC3::operator!= (const StatFlag &f1, const StatFlag &f2)
 
std::ostream & CVC3::operator<< (std::ostream &os, const StatFlag &f)
 
bool CVC3::operator== (const StatCounter &c1, const StatCounter &c2)
 
bool CVC3::operator!= (const StatCounter &c1, const StatCounter &c2)
 
bool CVC3::operator== (int c1, const StatCounter &c2)
 
bool CVC3::operator!= (int c1, const StatCounter &c2)
 
bool CVC3::operator== (const StatCounter &c1, int c2)
 
bool CVC3::operator!= (const StatCounter &c1, int c2)
 
std::ostream & CVC3::operator<< (std::ostream &os, const StatCounter &c)
 

Detailed Description

Description: Counters and flags for collecting run-time statistics.

Author: Sergey Berezin

Created: Thu Jun 5 17:38:13 2003


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.


Definition in file statistics.h.