All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pieceStandIO.h
Go to the documentation of this file.
1 /* pieceStandIO.h
2  */
3 #ifndef OSL_PIECESTANDIO_H
4 #define OSL_PIECESTANDIO_H
5 #include <iosfwd>
6 namespace osl
7 {
8  class PieceStand;
9  struct PieceStandIO
10  {
14  static std::ostream& writeNumbers(std::ostream&, const PieceStand& stand);
15  static std::istream& readNumbers(std::istream&, PieceStand& stand);
16  };
17 } // namespace osl
18 
19 #endif /* _PIECESTANDIO_H */
20 // ;;; Local Variables:
21 // ;;; mode:c++
22 // ;;; c-basic-offset:2
23 // ;;; End: