GridBoxList implements a linked list of GridBox. More...
#include "DAGHDefaults.h"
#include "BBoxList.h"
#include "GridBox.h"
#include "BucketType.h"
#include "ObjectCounter.h"
#include <iosfwd>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Classes | |
class | GridBoxList |
Class GridBoxList implements a linked list of GridBox. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const GridBoxList &gbl) |
Overloaded output operator. | |
std::ofstream & | operator<< (std::ofstream &ofs, const GridBoxList &gbl) |
std::stringstream & | operator<< (std::stringstream &ofs, const GridBoxList &gbl) |
std::ifstream & | operator>> (std::ifstream &ifs, GridBoxList &gbl) |
Overloaded binary input operator. | |
std::stringstream & | operator>> (std::stringstream &ifs, GridBoxList &gbl) |
GridBoxList implements a linked list of GridBox.
std::stringstream& operator<< | ( | std::stringstream & | ofs, | |
const GridBoxList & | gbl | |||
) |
std::ofstream& operator<< | ( | std::ofstream & | ofs, | |
const GridBoxList & | gbl | |||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const GridBoxList & | gbl | |||
) |
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().