src/CellBlock.cpp File Reference

#include "CellBlock.h"
#include "Block.h"
#include "Cell.h"
#include <vector>
#include <list>
#include <iostream>
#include <sstream>
Include dependency graph for CellBlock.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, CellBlock &p)
 Output stream insertion operator.
std::stringstream & operator<< (std::stringstream &s, CellBlock &p)
 String stream insertion operator.

Function Documentation

std::stringstream& operator<< ( std::stringstream &  s,
Yosokumo::CellBlock p 
)

String stream insertion operator.

Parameters:
s the string stream.
p the CellBlock to insert in the stream.
Returns:
the string stream.

Definition at line 145 of file CellBlock.cpp.

References Yosokumo::CellBlock::toString().

std::ostream& operator<< ( std::ostream &  os,
Yosokumo::CellBlock p 
)

Output stream insertion operator.

Parameters:
os the output stream.
p the CellBlock to insert in the stream.
Returns:
the output stream.

Definition at line 139 of file CellBlock.cpp.

References Yosokumo::CellBlock::toString().

Generated on Mon May 13 09:19:11 2013 for C++ Yosokumo API by  doxygen 1.6.3