#include <D4Attributes.h>
Definition at line 43 of file D4Attributes.h.
◆ D4AttributeCIter
◆ D4AttributeIter
◆ D4Attribute() [1/3]
libdap::D4Attribute::D4Attribute |
( |
| ) |
|
|
inline |
◆ D4Attribute() [2/3]
◆ 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 605 of file D4Attributes.cc.
◆ get_utf8_str_flag()
bool libdap::D4Attribute::get_utf8_str_flag |
( |
| ) |
const |
|
inline |
◆ is_dap4_type()
bool libdap::D4Attribute::is_dap4_type |
( |
const std::string & | path, |
|
|
std::vector< std::string > & | inventory ) |
Returns true if this Attribute is a dap4 type.
- Parameters
-
- Returns
- True of the attribute is a dap4 type, false otherwise
Definition at line 633 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()
◆ set_utf8_str_flag()
void libdap::D4Attribute::set_utf8_str_flag |
( |
bool | utf8_str_flag | ) |
|
|
inline |
◆ type()
◆ value()
string libdap::D4Attribute::value |
( |
unsigned int | i | ) |
const |
|
inline |
◆ value_begin()
◆ value_end()
The documentation for this class was generated from the following files: