robIO.h File Reference

#include "config.h"
#include "scanner.h"

Include dependency graph for robIO.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  StreamDecorator

Classes

class  PrintHex
class  Color
 Console output color manipulator. More...
class  Error
 streamable error object More...

Enumerations

enum  EColor {
  C_NO_COLOR = 0, C_BLUE, C_GREEN, C_CYAN,
  C_RED, C_PURPLE, C_BROWN, C_LIGHT_GRAY,
  C_DARK_GRAY, C_LIGHT_BLUE, C_LIGHT_GREEN, C_LIGHT_CYAN,
  C_LIGHT_RED, C_LIGHT_PURPLE, C_YELLOW, C_WHITE
}
 Console ouput colors enumeration. Zero means default color. More...
enum  EError { E_NO_ERROR = 0, E_ERROR, E_WARNING, E_NOTE }
 error types enumeration More...

Functions

std::ostream & operator<< (std::ostream &, const PrintHex &)
 This behaves as standard stream manipulators.
std::ostream & operator<< (std::ostream &, const Color &)
 This behaves as standard stream manipulators.
std::ostream & operator<< (std::ostream &, const Error &)
 print error to stream (no new lines)


Generated on Fri Jul 10 22:42:04 2009 for rob08 by  doxygen 1.5.4