src/PredictorBlock.cpp File Reference

#include "PredictorBlock.h"
#include "Block.h"
#include "Predictor.h"
#include <vector>
#include <list>
#include <iostream>
#include <sstream>
Include dependency graph for PredictorBlock.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, PredictorBlock &p)
 Output stream insertion operator.
std::stringstream & operator<< (std::stringstream &s, PredictorBlock &p)
 String stream insertion operator.

Function Documentation

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

String stream insertion operator.

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

Definition at line 144 of file PredictorBlock.cpp.

References Yosokumo::PredictorBlock::toString().

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

Output stream insertion operator.

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

Definition at line 138 of file PredictorBlock.cpp.

References Yosokumo::PredictorBlock::toString().

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