|
blitz Version 1.0.2
|
#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_ |
References arrayOperandCounter_, dumpArrayShapes_, scalarOperandCounter_, and tersePrintingSelected_.
|
inline |
|
inline |
|
inline |
References scalarOperandCounter_.
|
inline |
References dumpArrayShapes_.
|
inline |
|
private |
Referenced by nextArrayOperandSymbol(), and prettyPrintFormat().
|
private |
Referenced by dumpArrayShapesMode(), prettyPrintFormat(), and setDumpArrayShapesMode().
|
private |
Referenced by nextScalarOperandSymbol(), and prettyPrintFormat().
|
private |
Referenced by prettyPrintFormat(), and tersePrintingSelected().