My Project
std
osl
moveLogProb.cc
Go to the documentation of this file.
1
#include "
osl/moveLogProb.h
"
2
#include <iostream>
3
#include <cassert>
4
5
#ifndef MINIMAL
6
namespace
osl
{
7
std::ostream&
operator<<
(std::ostream& os,
MoveLogProb
const
& moveLogProb){
8
return
os <<
"MoveLogProb("
<< moveLogProb.
move
() <<
","
<<
9
moveLogProb.
logProb
() <<
")"
;
10
}
11
}
12
#endif
osl::MoveLogProb
Definition
moveLogProb.h:10
osl::MoveLogProb::logProb
int logProb() const
Definition
moveLogProb.h:40
osl::MoveLogProb::move
const Move move() const
Definition
moveLogProb.h:39
moveLogProb.h
osl
Definition
additionalEffect.h:6
osl::operator<<
std::ostream & operator<<(std::ostream &os, Player player)
Definition
basic_type.cc:14
Generated by
1.9.8