NetCDF4 C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NcType.h File Reference
#include "NcConfig.h"
#include "NcException.h"
#include "stddef.h"
#include <string>
#include <vector>
+ Include dependency graph for NcType.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  netcdf::NcType
 Base class for all netCDF data types. More...
 
class  netcdf::NcNullType
 

Namespaces

 netcdf
 

Typedefs

typedef std::vector< signed char > netcdf::TVecByte
 
typedef std::vector< unsigned
char > 
netcdf::TVecUbyte
 
typedef std::vector< char > netcdf::TVecChar
 
typedef std::vector< short > netcdf::TVecShort
 
typedef std::vector< unsigned
short > 
netcdf::TVecUshort
 
typedef std::vector< int > netcdf::TVecInt
 
typedef std::vector< unsigned int > netcdf::TVecUint
 
typedef std::vector< float > netcdf::TVecFloat
 
typedef std::vector< double > netcdf::TVecDouble
 
typedef std::vector< long long > netcdf::TVecInt64
 
typedef std::vector< unsigned
long long > 
netcdf::TVecUint64
 
typedef std::vector< std::string > netcdf::TVecString
 
typedef std::vector< std::size_t > netcdf::TVecIndex
 
typedef std::vector< ptrdiff_t > netcdf::TVecStride
 

Detailed Description