38static char rcsid[] not_used = {
"$Id$"};
43#include <libdap/InternalErr.h>
47#include "get_html_form.h"
49using namespace dap_html_form;
51WWWInt32::WWWInt32(
const string &n) :
Int32(n)
56WWWInt32::ptr_duplicate()
58 return new WWWInt32(*
this);
62WWWInt32::print_val(FILE *os,
string,
bool )
64 write_simple_variable(os,
this);
68WWWInt32::print_val(
ostream &strm,
string,
bool )
70 write_simple_variable(strm,
this);
74WWWInt32::print_attributes(FILE *os)
76 write_simple_var_attributes(os,
this);
80WWWInt32::print_attributes(
ostream &os,
int rows,
int cols)
82 write_simple_var_attributes(os, rows, cols,
this);