Utility write functions for SmartGo data types. More...
#include <iomanip>#include <iosfwd>#include <sstream>#include <string>#include <vector>#include "SgArrayList.h"#include "SgBoardColor.h"#include "SgPoint.h"#include "SgVector.h"Go to the source code of this file.
Classes | |
| class | SgWriteLabel |
| Write left aligned text with a minimum width of 15 characters. More... | |
| class | SgWritePointList |
| Write all points in list. More... | |
| class | SgWriteSPointList< SIZE > |
| Output a SgSList with SgPoint elements to a stream. More... | |
| class | SgWriteMove |
| Write player color and move for games in which a move is a SgPoint. More... | |
| class | SgWriteLine |
| Write line of dashes. More... | |
| class | SgWriteBoolean |
| Only writes "not" if value is false. More... | |
| class | SgWriteBoolAsInt |
| Writes boolean as 0/1. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const SgWritePointList &write) |
| template<int SIZE> | |
| std::ostream & | operator<< (std::ostream &out, const SgWriteSPointList< SIZE > &write) |
| std::ostream & | operator<< (std::ostream &out, const SgWriteBoolAsInt &write) |
Utility write functions for SmartGo data types.
Definition in file SgWrite.h.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SgWritePointList & | write | |||
| ) |
Definition at line 98 of file SgWrite.cpp.
References SgWritePointList::Write().
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SgWriteBoolAsInt & | write | |||
| ) |
Definition at line 124 of file SgWrite.cpp.
References SgWriteBoolAsInt::Write().
| std::ostream & operator<< | ( | std::ostream & | out, | |
| const SgWriteSPointList< SIZE > & | write | |||
| ) |
Definition at line 112 of file SgWrite.h.
References SgWriteSPointList< SIZE >::Write().