|
virtual void | print_val (FILE *os, string space="", bool print_decl_p=true) |
| Overload of BaseType mfunc. This prints arrays using commas and CRs. More...
|
|
virtual void | print_val (ostream &strm, string space="", bool print_decl_p=true) |
| Overload of BaseType mfunc. This prints arrays using commas and CRs. More...
|
|
virtual BaseType * | ptr_duplicate () |
|
| WWWArray (Array *bt) |
|
| WWWArray (const string &n, BaseType *v) |
|
Definition at line 43 of file WWWArray.h.
◆ WWWArray() [1/2]
WWWArray::WWWArray |
( |
const string & |
n, |
|
|
BaseType * |
v |
|
) |
| |
◆ WWWArray() [2/2]
WWWArray::WWWArray |
( |
Array * |
bt | ) |
|
◆ ~WWWArray()
◆ print_val() [1/2]
void WWWArray::print_val |
( |
FILE * |
os, |
|
|
string |
space = "" , |
|
|
bool |
print_decl_p = true |
|
) |
| |
|
virtual |
Overload of BaseType mfunc. This prints arrays using commas and CRs.
Definition at line 125 of file WWWArray.cc.
◆ print_val() [2/2]
void WWWArray::print_val |
( |
ostream & |
strm, |
|
|
string |
space = "" , |
|
|
bool |
print_decl_p = true |
|
) |
| |
|
virtual |
Overload of BaseType mfunc. This prints arrays using commas and CRs.
Definition at line 133 of file WWWArray.cc.
◆ ptr_duplicate()
BaseType * WWWArray::ptr_duplicate |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: