biu::util Namespace Reference
Data Structures | |
class | CException |
class | CPrintable |
class | Util_String |
Typedefs | |
typedef std::map< int, int > | mapInt |
typedef std::map< int, vecInt > | mapIntVecInt |
typedef std::pair< int, int > | pairII |
typedef std::set< int > | setInt |
typedef std::vector< double > | vecDbl |
typedef std::vector< int > | vecInt |
typedef std::vector< setInt > | vecSetInt |
typedef std::vector< std::string > | vecStr |
typedef std::vector< vecInt > | vecVecInt |
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 |
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 |
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 | |||
) |
std::ostream & biu::util::operator<< | ( | std::ostream & | os, | |
const vecSetInt & | c | |||
) |
std::ostream & biu::util::operator<< | ( | std::ostream & | os, | |
const vecInt & | c | |||
) |
std::ostream & biu::util::operator<< | ( | std::ostream & | os, | |
const setInt & | c | |||
) |
std::ostream & biu::util::operator<< | ( | std::ostream & | os, | |
const mapInt & | c | |||
) |