OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OutputBuilderText.cpp File Reference

Definitions for OutputBuilder for text output. More...

Include dependency graph for OutputBuilderText.cpp:

Go to the source code of this file.

Namespaces

 OA
 Namespace for the whole OpenAnalysis Toolkit.
 

Constant Groups

 OA
 Namespace for the whole OpenAnalysis Toolkit.
 

Functions

ostream & OA::indt (ostream &os)
 Output a new line and indent appropriatly. More...
 
ostream & OA::pushIndt (ostream &os)
 Increase the indentation on all following lines. More...
 
ostream & OA::popIndt (ostream &os)
 Decrease the indentation on all following lines. More...
 
ostream & OA::black (ostream &os)
 
ostream & OA::red (ostream &os)
 
ostream & OA::green (ostream &os)
 
ostream & OA::yellow (ostream &os)
 
ostream & OA::blue (ostream &os)
 
ostream & OA::magenta (ostream &os)
 
ostream & OA::purple (ostream &os)
 
ostream & OA::cyan (ostream &os)
 
ostream & OA::white (ostream &os)
 
ostream & OA::brBlack (ostream &os)
 
ostream & OA::darkGray (ostream &os)
 
ostream & OA::darkGrey (ostream &os)
 
ostream & OA::brRed (ostream &os)
 
ostream & OA::brGreen (ostream &os)
 
ostream & OA::brYellow (ostream &os)
 
ostream & OA::brBlue (ostream &os)
 
ostream & OA::brMagenta (ostream &os)
 
ostream & OA::brPurple (ostream &os)
 
ostream & OA::brCyan (ostream &os)
 
ostream & OA::brWhite (ostream &os)
 
ostream & OA::blackBG (ostream &os)
 
ostream & OA::redBG (ostream &os)
 
ostream & OA::greenBG (ostream &os)
 
ostream & OA::yellowBG (ostream &os)
 
ostream & OA::blueBG (ostream &os)
 
ostream & OA::magentaBG (ostream &os)
 
ostream & OA::purpleBG (ostream &os)
 
ostream & OA::cyanBG (ostream &os)
 
ostream & OA::whiteBG (ostream &os)
 
ostream & OA::brBlackBG (ostream &os)
 
ostream & OA::darkGrayBG (ostream &os)
 
ostream & OA::darkGreyBG (ostream &os)
 
ostream & OA::brRedBG (ostream &os)
 
ostream & OA::brGreenBG (ostream &os)
 
ostream & OA::brYellowBG (ostream &os)
 
ostream & OA::brBlueBG (ostream &os)
 
ostream & OA::brMagentaBG (ostream &os)
 
ostream & OA::brPurpleBG (ostream &os)
 
ostream & OA::brCyanBG (ostream &os)
 
ostream & OA::brWhiteBG (ostream &os)
 
ostream & OA::boldOn (ostream &os)
 
ostream & OA::underlineOn (ostream &os)
 
ostream & OA::blinkOn (ostream &os)
 
ostream & OA::boldOff (ostream &os)
 
ostream & OA::underlineOff (ostream &os)
 
ostream & OA::blinkOff (ostream &os)
 
ostream & OA::resetColor (ostream &os)
 

Variables

int OA::gNestedObjects = 0
 
int OA::gIndentLevel = 0
 

Detailed Description

Definitions for OutputBuilder for text output.

Authors
Michelle Strout, Andy Stone
Version
Id:
OutputBuilderText.cpp,v 1.4 2007/10/08 19:19:15 utke Exp

Copyright (c) 2002-2005, Rice University
Copyright (c) 2004-2005, University of Chicago
Copyright (c) 2006, Contributors
All rights reserved.
See ../../../Copyright.txt for details.

Definition in file OutputBuilderText.cpp.