libdap
Updated for version 3.17.0
|
Public Types | |
typedef vector< string > ::const_iterator | D4AttributeCIter |
typedef vector< string >::iterator | D4AttributeIter |
Public Member Functions | |
void | add_value (const string &value) |
void | add_value_vector (const vector< string > &values) |
D4Attributes * | attributes () |
D4Attribute (const string &name, D4AttributeType type) | |
D4Attribute (const D4Attribute &src) | |
string | name () const |
unsigned int | num_values () const |
D4Attribute & | operator= (const D4Attribute &rhs) |
void | print_dap4 (XMLWriter &xml) const |
void | set_name (const string &name) |
void | set_type (D4AttributeType type) |
D4AttributeType | type () const |
string | value (unsigned int i) const |
D4AttributeIter | value_begin () |
D4AttributeIter | value_end () |
Definition at line 43 of file D4Attributes.h.