libqi-api  2.1.4.13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
iocolor.hpp
Go to the documentation of this file.
1 /*
2 ** Author(s):
3 ** - Cedric GESTES <gestes@aldebaran-robotics.com>
4 **
5 ** Copyright (C) 2013 Aldebaran Robotics
6 */
7 
8 #ifndef _QI_IOCOLOR_HPP_
9 #define _QI_IOCOLOR_HPP_
10 
11 #include <qi/api.hpp>
12 #include <ostream>
13 
14 namespace qi {
15 
16  enum StreamColor {
17  //no color
19 
20  //attributes control
28 
29  //light colors
38 
39  //dark colors
48  };
49 }
50 
51 namespace std {
52  QI_API std::ostream& operator<<(std::ostream& os, qi::StreamColor col);
53 }
54 
55 #endif // _QI_IOCOLOR_HPP_
56 
dll import/export and compiler message
#define QI_API
Definition: api.hpp:24
StreamColor
Definition: iocolor.hpp:16
std::ostream & operator<<(std::ostream &os, qi::StreamColor col)