#include <prettyprint.h>
Public Member Functions | |
prettyPrintFormat (const bool terse=false) | |
void | setDumpArrayShapesMode () |
char | nextArrayOperandSymbol () |
char | nextScalarOperandSymbol () |
bool | tersePrintingSelected () const |
bool | dumpArrayShapesMode () const |
Private Attributes | |
bool | tersePrintingSelected_ |
bool | dumpArrayShapes_ |
int | arrayOperandCounter_ |
int | scalarOperandCounter_ |
prettyPrintFormat::prettyPrintFormat | ( | const bool | terse = false |
) | [inline] |
void prettyPrintFormat::setDumpArrayShapesMode | ( | ) | [inline] |
char prettyPrintFormat::nextArrayOperandSymbol | ( | ) | [inline] |
char prettyPrintFormat::nextScalarOperandSymbol | ( | ) | [inline] |
bool prettyPrintFormat::tersePrintingSelected | ( | ) | const [inline] |
bool prettyPrintFormat::dumpArrayShapesMode | ( | ) | const [inline] |
bool prettyPrintFormat::tersePrintingSelected_ [private] |
bool prettyPrintFormat::dumpArrayShapes_ [private] |
int prettyPrintFormat::arrayOperandCounter_ [private] |
int prettyPrintFormat::scalarOperandCounter_ [private] |