src/biu/util/Util.h File Reference
#include <iostream>
#include <sstream>
#include <ostream>
#include <string>
#include <vector>
#include <set>
#include <map>
#include <functional>
Include dependency graph for Util.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | biu |
| namespace | biu::util |
Data Structures | |
| class | biu::util::CException |
| class | biu::util::CPrintable |
Defines | |
| #define | IT_UTIL_H__INCLUDED |
Typedefs | |
| typedef std::map< int, int > | biu::util::mapInt |
| typedef std::map< int, vecInt > | biu::util::mapIntVecInt |
| typedef std::pair< int, int > | biu::util::pairII |
| typedef std::set< int > | biu::util::setInt |
| typedef std::vector< double > | biu::util::vecDbl |
| typedef std::vector< int > | biu::util::vecInt |
| typedef std::vector< setInt > | biu::util::vecSetInt |
| typedef std::vector< std::string > | biu::util::vecStr |
| typedef std::vector< vecInt > | biu::util::vecVecInt |
Functions | |
| std::ostream & | biu::util::operator<< (std::ostream &os, const CPrintable &p) |
| std::ostream & | biu::util::operator<< (std::ostream &os, const vecSetInt &c) |
| std::ostream & | biu::util::operator<< (std::ostream &os, const setInt &c) |
| std::ostream & | biu::util::operator<< (std::ostream &os, const vecInt &c) |
| std::ostream & | biu::util::operator<< (std::ostream &os, const mapInt &c) |
Define Documentation
