OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
WWWArray Class Reference

#include <WWWArray.h>

Inheritance diagram for WWWArray:
Inheritance graph
Collaboration diagram for WWWArray:
Collaboration graph

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. 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 (const string &n, BaseType *v)
 
 WWWArray (Array *bt)
 
virtual ~WWWArray ()
 

Detailed Description

Definition at line 43 of file WWWArray.h.

Constructor & Destructor Documentation

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.

References dap_html_form::basetype_to_wwwtype().

Here is the call graph for this function:

WWWArray::~WWWArray ( )
virtual

Definition at line 79 of file WWWArray.cc.

Member Function Documentation

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.

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.

BaseType * WWWArray::ptr_duplicate ( )
virtual

Definition at line 54 of file WWWArray.cc.


The documentation for this class was generated from the following files: