Generated on Tue Dec 16 12:50:12 2008 for BIU-2.2.0 by doxygen 1.5.1

biu::util Namespace Reference


Data Structures

class  CException
class  CPrintable
class  Util_String

Typedefs

typedef std::map< int, int > mapInt
typedef std::map< int, vecIntmapIntVecInt
typedef std::pair< int, int > pairII
typedef std::set< int > setInt
typedef std::vector< double > vecDbl
typedef std::vector< int > vecInt
typedef std::vector< setIntvecSetInt
typedef std::vector< std::string > vecStr
typedef std::vector< vecIntvecVecInt

Functions

bool findQueryString (std::string target, std::string query, std::ostream &out)
std::ostream & operator<< (std::ostream &os, const CPrintable &p)
std::ostream & operator<< (std::ostream &os, const vecSetInt &c)
std::ostream & operator<< (std::ostream &os, const vecInt &c)
std::ostream & operator<< (std::ostream &os, const setInt &c)
std::ostream & operator<< (std::ostream &os, const mapInt &c)


Typedef Documentation

typedef std::map<int, int> biu::util::mapInt

Definition at line 38 of file Util.h.

typedef std::map<int, vecInt> biu::util::mapIntVecInt

Definition at line 41 of file Util.h.

typedef std::pair<int,int> biu::util::pairII

Definition at line 44 of file Util.h.

typedef std::set<int> biu::util::setInt

Definition at line 37 of file Util.h.

typedef std::vector<double> biu::util::vecDbl

Definition at line 42 of file Util.h.

typedef std::vector<int> biu::util::vecInt

Definition at line 36 of file Util.h.

typedef std::vector<setInt> biu::util::vecSetInt

Definition at line 40 of file Util.h.

typedef std::vector<std::string> biu::util::vecStr

Definition at line 43 of file Util.h.

typedef std::vector<vecInt> biu::util::vecVecInt

Definition at line 39 of file Util.h.


Function Documentation

bool biu::util::findQueryString ( std::string  target,
std::string  query,
std::ostream &  out = std::cout 
)

Definition at line 12 of file biu-string.cpp.

std::ostream & biu::util::operator<< ( std::ostream &  os,
const CPrintable &  p 
)

Definition at line 60 of file Util.cpp.

std::ostream & biu::util::operator<< ( std::ostream &  os,
const vecSetInt &  c 
)

Definition at line 51 of file Util.cpp.

std::ostream & biu::util::operator<< ( std::ostream &  os,
const vecInt &  c 
)

Definition at line 43 of file Util.cpp.

std::ostream & biu::util::operator<< ( std::ostream &  os,
const setInt &  c 
)

Definition at line 35 of file Util.cpp.

std::ostream & biu::util::operator<< ( std::ostream &  os,
const mapInt &  c 
)

Definition at line 26 of file Util.cpp.