In file BaseType.h:

enum Type

Identifies the data type.

Documentation

{\bf Type} identifies the data type stored in a particular type class. All the DODS Data Access Protocol (DAP) types inherit from the BaseType class. \begin{verbatim} enum Type { dods_null_c, dods_byte_c, dods_int16_c, dods_uint16_c, dods_int32_c, dods_uint32_c, dods_float32_c, dods_float64_c, dods_str_c, dods_url_c, dods_array_c, dods_list_c, dods_structure_c, dods_sequence_c, dods_grid_c }; \end{verbatim}
See Also:
BaseType

alphabetic index hierarchy of classes


generated by doc++