#include <string>#include <vector>#include "stdarg.h"


Go to the source code of this file.
Typedefs | |
| typedef vector< string > | outputbuf |
Functions | |
| void | print (outputbuf &where, const char *script,...) |
| void | print (outputbuf &where, string script,...) |
| typedef vector<string> outputbuf |
Definition at line 27 of file sao-printer.h.
| void print | ( | outputbuf & | where, | |
| string | script, | |||
| ... | ||||
| ) |
Definition at line 38 of file sao-printer.cpp.
| void print | ( | outputbuf & | where, | |
| const char * | script, | |||
| ... | ||||
| ) |
1.5.9