A class to handle the Param library specific string manipulation.
More...
#include <ParTxt.h>
|
| 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 void | verify_mode (const string &str) throw ( ParFileException ) |
|
|
char * | buffer |
|
char ** | buffer_argv |
|
size_t | num_tokens |
|
A class to handle the Param library specific string manipulation.
◆ verify_mode()
Check to see if `mode' is one of the followig options: a, b, h, H, l
◆ operator<< [1/2]
ostream& operator<< |
( |
ostream & |
os, |
|
|
ParTxt & |
par |
|
) |
| |
|
friend |
This operator outputs the contents of the object.
◆ operator<< [2/2]
ostream& operator<< |
( |
ostream & |
os, |
|
|
ParTxt * |
par |
|
) |
| |
|
friend |
This operator outputs the contents of the object.
The documentation for this class was generated from the following files: