OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
HE5Var.h
Go to the documentation of this file.
1
#ifndef _HE5Var_H
2
#define _HE5Var_H
3
4
#include <vector>
5
#include "
HE5Dim.h
"
6
7
using namespace
std
;
8
9
struct
HE5Var
{
10
string
name
;
11
vector<HE5Dim>
dim_list
;
12
};
13
14
#endif
HE5Var::dim_list
vector< HE5Dim > dim_list
Definition:
HE5Var.h:11
std
STL namespace.
HE5Dim.h
HE5Var::name
string name
Definition:
HE5Var.h:10
HE5Var
Definition:
HE5Var.h:9
modules
hdf5_handler
HE5Var.h
Generated by
1.8.9.1