bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Public Member Functions | |
virtual void | print_val (FILE *os, string space="", bool print_decl_p=true) |
Overload of BaseType mfunc. This prints arrays using commas and CRs. | |
virtual void | print_val (ostream &strm, string space="", bool print_decl_p=true) |
Overload of BaseType mfunc. This prints arrays using commas and CRs. | |
virtual BaseType * | ptr_duplicate () |
WWWArray (Array *bt) | |
WWWArray (const string &n, BaseType *v) | |
Definition at line 43 of file WWWArray.h.
WWWArray::WWWArray | ( | const string & | n, |
BaseType * | v ) |
Definition at line 59 of file WWWArray.cc.
WWWArray::WWWArray | ( | Array * | bt | ) |
Definition at line 63 of file WWWArray.cc.
|
virtual |
Definition at line 79 of file WWWArray.cc.
Overload of BaseType mfunc. This prints arrays using commas and CRs.
Definition at line 125 of file WWWArray.cc.
Overload of BaseType mfunc. This prints arrays using commas and CRs.
Definition at line 133 of file WWWArray.cc.
|
virtual |
Definition at line 54 of file WWWArray.cc.