libdap++ Updated for version 3.8.2

Deprecated List

Member libdap::Array::clear_constraint ()
This should never be used.

Member libdap::Array::update_length (int size)
Calling this method should never be necessary. It is called whenever the size of the Array is changed.

Member libdap::AttrTable::attr_alias (const string &alias, const string &name)
The current alias design is flawed. It is impossible to map this onto the XML implementation where the DAS and DDS information are combined in one object.

Member libdap::AttrTable::attr_alias (const string &alias, AttrTable *at, const string &name)
The current alias design is flawed. It is impossible to map this onto the XML implementation where the DAS and DDS information are combined in one object.

Member libdap::BaseType::buf2val (void **val)=0
Use value() in the leaf classes.

Member libdap::BaseType::val2buf (void *val, bool reuse=false)=0
Use set_value() in the leaf classes.

Member libdap::BaseType::var (const string &name, btp_stack &s)
This method is deprecated because it tries first to use exact_match and, if that fails, then tries leaf_match. It's better to use the alternate form of var(...) and specify exactly what you'd like to do.

Member libdap::Connect::get_version ()

Member libdap::get_type (const string &value)
Use get_description_type instead

Member libdap::Grid::array_var ()

Member libdap::RCReader::get_no_proxy_for_port () const

Member libdap::RCReader::get_proxy_for_proxy_host_url () const

Member libdap::RCReader::get_proxy_for_regexp () const

Member libdap::RCReader::get_proxy_for_regexp_flags () const

Member libdap::RCReader::get_proxy_server_host_url () const

Member libdap::RCReader::is_proxy_for_used ()

Member libdap::RCReader::set_no_proxy_for_port (int i)

Member libdap::RCReader::set_proxy_for_proxy_host_url (const string &s)

Member libdap::RCReader::set_proxy_for_regexp (const string &s)

Member libdap::RCReader::set_proxy_for_regexp_flags (int i)

Member libdap::RCReader::set_proxy_server_host_url (const string &s)

Member libdap::Sequence::buf2val (void **val)

Member libdap::Structure::var (const string &n, btp_stack &s)
See comment in BaseType