ARB
|
#include <output.h>
Public Member Functions | |
output (FILE *out_=stdout, int breakPointsAt=60) | |
void | indent (int howMuch) |
void | unindent (int howMuch) |
void | vput (const char *s, va_list argPtr) __ATTR__VFORMAT_MEMBER(1) |
void | put (const char *s,...) __ATTR__FORMAT_MEMBER(1) |
void | put () |
void | setMaxPoints (int maxP) |
void | point () |
|
inline |
|
inline |
Definition at line 72 of file output.h.
Referenced by indent::indent().
|
inline |
Definition at line 73 of file output.h.
Referenced by indent::~indent().
|
inline |
|
inline |
Definition at line 108 of file output.h.
References va_start(), and vput().
|
inline |