Table of contents
Classes
- AttributeInterface This class supplies an interface which children of BaseType can use to
access an AttrTable instance
- ClientArray This class provides access to Array data retrieved using the DAP
protocol
- LoaddodsProcessing Print out text and binary values which the loaddods ML command extension
can read and use to build a representation of this dataset
- MetadataProcessing Combine DAS with DDS information for a dataset
- name_map Map names using a simple thesaurus.
Variables
- _current Pointer to the current element (changed by first\_ml\_var() and
next\_ml\_var())
- _end Pointer to the end of the list
- _length NUmber of elements in the list
- data If #type# is double this is a pointer to the float data
- length Number of elements in this vector
- max_string_len If #type# is #string#, this holds the length of the longest string in
the vector
- name The name of the variable
- sdata If #type# is string this is a pointer to the string data
- size Amount of memory allocated to this vector
- type Type of data in this vector
Macros
- _base Pointer to the start of the list
- float64 #type# is used to denote the type of an instance of variable
- var #variable# holds one element of list of `built vectors'
hierarchy of classes
generated by doc++