#include <ParTxt.h>
Public Member Functions | |
ParTxt (char *str=NULL) throw ( ParFileException ) | |
void | init_ParTxt (char *str=NULL) throw ( ParFileException ) |
operator char * () const | |
operator char ** () const | |
char * | get_token (size_t n) throw ( ParFileException ) |
void | print (ostream &os) |
Static Public Member Functions | |
static void | verify_mode (const string &str) throw ( ParFileException ) |
Static Public Attributes | |
static int | restore = 0 |
Protected Attributes | |
char * | buffer |
char ** | buffer_argv |
size_t | num_tokens |
Friends | |
ostream & | operator<< (ostream &os, ParTxt &par) |
This operator outputs the contents of the object. | |
ostream & | operator<< (ostream &os, ParTxt *par) |
This operator outputs the contents of the object. |
Definition at line 31 of file ParTxt.h.
void ParTxt::verify_mode | ( | const string & | str | ) | throw ( ParFileException ) [static] |
ostream& operator<< | ( | ostream & | os, | |
ParTxt & | par | |||
) | [friend] |
ostream& operator<< | ( | ostream & | os, | |
ParTxt * | par | |||
) | [friend] |