Definition at line 44 of file D4Attributes.h.
◆ D4AttributeCIter
typedef vector<string>::const_iterator libdap::D4Attribute::D4AttributeCIter |
◆ D4AttributeIter
typedef vector<string>::iterator libdap::D4Attribute::D4AttributeIter |
◆ D4Attribute() [1/3]
libdap::D4Attribute::D4Attribute |
( |
| ) |
|
|
inline |
◆ D4Attribute() [2/3]
libdap::D4Attribute::D4Attribute |
( |
const string & | name, |
|
|
D4AttributeType | type ) |
|
inline |
◆ D4Attribute() [3/3]
libdap::D4Attribute::D4Attribute |
( |
const D4Attribute & | src | ) |
|
◆ ~D4Attribute()
libdap::D4Attribute::~D4Attribute |
( |
| ) |
|
◆ add_value()
void libdap::D4Attribute::add_value |
( |
const string & | value | ) |
|
|
inline |
◆ add_value_vector()
void libdap::D4Attribute::add_value_vector |
( |
const vector< string > & | values | ) |
|
|
inline |
◆ attributes()
◆ dump()
void libdap::D4Attribute::dump |
( |
ostream & | strm | ) |
const |
|
virtual |
dumps information about this object
Displays the pointer value of this instance and then displays information about this base type.
- Parameters
-
strm | C++ i/o stream to dump the information to |
- Returns
- void
Implements libdap::DapObj.
Definition at line 586 of file D4Attributes.cc.
◆ name()
string libdap::D4Attribute::name |
( |
| ) |
const |
|
inline |
◆ num_values()
unsigned int libdap::D4Attribute::num_values |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ print_dap4()
void libdap::D4Attribute::print_dap4 |
( |
XMLWriter & | xml | ) |
const |
◆ set_name()
void libdap::D4Attribute::set_name |
( |
const string & | name | ) |
|
|
inline |
◆ set_type()
void libdap::D4Attribute::set_type |
( |
D4AttributeType | type | ) |
|
|
inline |
◆ type()
D4AttributeType libdap::D4Attribute::type |
( |
| ) |
const |
|
inline |
◆ value()
string libdap::D4Attribute::value |
( |
unsigned int | i | ) |
const |
|
inline |
◆ value_begin()
D4AttributeIter libdap::D4Attribute::value_begin |
( |
| ) |
|
|
inline |
◆ value_end()
D4AttributeIter libdap::D4Attribute::value_end |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: