libdap++  Updated for version 3.14.0
D4AttributeType.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  D4AttributeType {
  attr_null_c, attr_byte_c, attr_int16_c, attr_uint16_c,
  attr_int32_c, attr_uint32_c, attr_float32_c, attr_float64_c,
  attr_str_c, attr_url_c, attr_int8_c, attr_uint8_c,
  attr_int64_c, attr_uint64_c, attr_enum_c, attr_opaque_c,
  attr_container_c, attr_otherxml_c
}
 

Enumeration Type Documentation

D4AttributeType identifies the data type stored in a particular attribute

See also
D4Attributes
Enumerator
attr_null_c 
attr_byte_c 
attr_int16_c 
attr_uint16_c 
attr_int32_c 
attr_uint32_c 
attr_float32_c 
attr_float64_c 
attr_str_c 
attr_url_c 
attr_int8_c 
attr_uint8_c 
attr_int64_c 
attr_uint64_c 
attr_enum_c 
attr_opaque_c 
attr_container_c 
attr_otherxml_c 

Definition at line 33 of file D4AttributeType.h.