Implementation of GridBoxList. More...
#include "GridBoxList.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <cassert>
Functions | |
std::ostream & | operator<< (std::ostream &os, const GridBoxList &cgbl) |
Overloaded output operator. | |
std::ofstream & | operator<< (std::ofstream &ofs, const GridBoxList &cgbl) |
std::stringstream & | operator<< (std::stringstream &ofs, const GridBoxList &cgbl) |
std::ifstream & | operator>> (std::ifstream &ifs, GridBoxList &gbl) |
Overloaded binary input operator. | |
std::stringstream & | operator>> (std::stringstream &ifs, GridBoxList &gbl) |
Implementation of GridBoxList.
std::stringstream& operator<< | ( | std::stringstream & | ofs, | |
const GridBoxList & | cgbl | |||
) |
std::ofstream& operator<< | ( | std::ofstream & | ofs, | |
const GridBoxList & | cgbl | |||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const GridBoxList & | cgbl | |||
) |
Overloaded output operator.
References Bucket< Type >::currec(), Bucket< Type >::first(), Bucket< Type >::isempty(), Bucket< Type >::next(), Bucket< Type >::number(), and Bucket< Type >::setcurrec().
std::stringstream& operator>> | ( | std::stringstream & | ifs, | |
GridBoxList & | gbl | |||
) |
References Bucket< Type >::add(), Bucket< Type >::currec(), and Bucket< Type >::setcurrec().
std::ifstream& operator>> | ( | std::ifstream & | ifs, | |
GridBoxList & | gbl | |||
) |
Overloaded binary input operator.
References Bucket< Type >::add(), Bucket< Type >::currec(), and Bucket< Type >::setcurrec().