OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
HE5Dim.h
Go to the documentation of this file.
1 #ifndef _HE5Dim_H
2 #define _HE5Dim_H
3 
4 #include <string>
5 
6 using namespace std;
7 
8 struct HE5Dim {
9  string name;
10  int size;
11 };
12 
13 #endif
Definition: HE5Dim.h:8
STL namespace.
string name
Definition: HE5Dim.h:9
int size
Definition: HE5Dim.h:10