#include <string>
#include "SgException.h"
Go to the source code of this file.
Classes | |
class | GoKomi |
Class wrapping a komi value. More... | |
class | GoKomi::InvalidKomi |
Exception thrown if komi is constructed with invalid value. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const GoKomi &komi) |
Definition in file GoKomi.h.
std::ostream& operator<< | ( | std::ostream & | out, | |
const GoKomi & | komi | |||
) |
Definition at line 72 of file GoKomi.h.
References GoKomi::ToString().