Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
GlobalData.cpp File Reference
#include "GlobalData.h"
#include <cstdlib>
#include <ext/iostream>
Include dependency graph for GlobalData.cpp:

Namespaces

namespace  common
 
namespace  ext
 

Functions

std::ostream & ext::operator<< (ext::reference_wrapper< std::ostream > &os, std::ostream &(*func)(std::ostream &))
 Overloaded function allowing same operations on wrapped output stream as on the actual output stream, specific for modifiers from inside of ostream class. More...
 
std::ostream & ext::operator<< (ext::reference_wrapper< std::ostream > &os, std::ios_base &(*func)(std::ios_base &))
 Overloaded function allowing same operations on wrapped output stream as on the actual output stream, specific for modifiers from inside of ios_base class. More...
 
ext::ostreamext::operator<< (ext::reference_wrapper< ext::ostream > &os, std::ostream &(*func)(std::ostream &))
 Overloaded function allowing same operations on wrapped output stream as on the actual output stream, specific for modifiers from inside of ostream class. More...
 
ext::ostreamext::operator<< (ext::reference_wrapper< ext::ostream > &os, std::ios_base &(*func)(std::ios_base &))
 Overloaded function allowing same operations on wrapped output stream as on the actual output stream, specific for modifiers from inside of ios_base class. More...
 
std::istream & ext::operator>> (ext::reference_wrapper< std::istream > &is, std::istream &(*func)(std::istream &))
 Overloaded function allowing same operations on wrapped input stream as on the actual input stream, specific for modifiers from inside of istream class. More...
 
std::istream & ext::operator>> (ext::reference_wrapper< std::istream > &is, std::ios_base &(*func)(std::ios_base &))
 Overloaded function allowing same operations on wrapped input stream as on the actual input stream, specific for modifiers from inside of ios_base class. More...
 
ext::istreamext::operator>> (ext::reference_wrapper< ext::istream > &is, std::istream &(*func)(std::istream &))
 Overloaded function allowing same operations on wrapped input stream as on the actual input stream, specific for modifiers from inside of istream class. More...
 
ext::istreamext::operator>> (ext::reference_wrapper< ext::istream > &is, std::ios_base &(*func)(std::ios_base &))
 Overloaded function allowing same operations on wrapped input stream as on the actual input stream, specific for modifiers from inside of ios_base class. More...