src/SpecimenBlock.h File Reference

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

Go to the source code of this file.

Classes

class  Yosokumo::SpecimenBlock
 A block of Specimen*. More...

Namespaces

namespace  Yosokumo

Functions

std::ostream & operator<< (std::ostream &os, Yosokumo::SpecimenBlock &sb)
 Output stream insertion operator.
std::stringstream & operator<< (std::stringstream &s, Yosokumo::SpecimenBlock &sb)
 String stream insertion operator.

Function Documentation

std::stringstream& operator<< ( std::stringstream &  s,
SpecimenBlock sb 
)

String stream insertion operator.

Parameters:
s the string stream.
sb the SpecimenBlock to insert in the stream.
Returns:
the string stream.

Definition at line 173 of file SpecimenBlock.cpp.

References Yosokumo::SpecimenBlock::toString().

std::ostream& operator<< ( std::ostream &  os,
SpecimenBlock sb 
)

Output stream insertion operator.

Parameters:
os the output stream.
sb the SpecimenBlock to insert in the stream.
Returns:
the output stream.

Definition at line 160 of file SpecimenBlock.cpp.

References Yosokumo::SpecimenBlock::toString().

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