EPAM B2BITS C++ Bovespa MarketData handler  1.28.2
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
B2bits::Console::color Struct Reference

color manipulator change color for the next << operations More...

#include <b2bits/core/Console.h>

Public Member Functions

 color (int c)
 
 ~color ()
 

Public Attributes

const int c_
 
u16 attributes_
 

Detailed Description

color manipulator change color for the next << operations

Constructor & Destructor Documentation

B2bits::Console::color::color ( int  c)
explicit
Parameters
cone of CLR_XXX constants
B2bits::Console::color::~color ( )

Member Data Documentation

u16 B2bits::Console::color::attributes_
const int B2bits::Console::color::c_