amroc/hds/GridUnitList.h File Reference
GridUnitList implements a linked list of GridUnits.
More...
#include "DAGHDefaults.h"
#include "BBoxList.h"
#include "GridUnit.h"
#include "BucketType.h"
#include "ObjectCounter.h"
#include <iosfwd>
#include <cstdlib>
Go to the source code of this file.
Detailed Description
GridUnitList implements a linked list of GridUnits.
- Author:
- Manish Parashar
Function Documentation
std::stringstream& operator<< |
( |
std::stringstream & |
ofs, |
|
|
const GridUnitList & |
gul | |
|
) |
| | |
std::ofstream& operator<< |
( |
std::ofstream & |
ofs, |
|
|
const GridUnitList & |
gul | |
|
) |
| | |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const GridUnitList & |
gul | |
|
) |
| | |
std::stringstream& operator>> |
( |
std::stringstream & |
ifs, |
|
|
GridUnitList & |
gul | |
|
) |
| | |
std::ifstream& operator>> |
( |
std::ifstream & |
ifs, |
|
|
GridUnitList & |
gul | |
|
) |
| | |