|
ocssw
V2022
|
ddval< T >
#include <DDataset.hpp>
Inheritance diagram for ddval< T >:
Collaboration diagram for ddval< T >:
Public Member Functions | |
| ddval () | |
| ~ddval () | |
| ddval (dtype itype, const T ival) | |
Public Member Functions inherited from ddata | |
| ddata () | |
| ddata (dtype itype, vector< size_t > istart, vector< size_t > icount, void *iptr) | |
| virtual | ~ddata () |
| void | setFormat (bool bshrt) |
| void | putAtt (NcFile *ncfile, string name) |
| void | putAtt (NcVar &var, string name, string sval) |
| void | setFill (NcVar &var, string sval) |
| void | putVar (NcVar &var) |
Public Attributes | |
| T | val |
Public Attributes inherited from ddata | |
| size_t | rank |
| dtype | type |
| vector< size_t > | start |
| vector< size_t > | count |
| bool | bshort |
| const void * | ptr |
Detailed Description
template<typename T>
class ddval< T >
Definition at line 303 of file DDataset.hpp.
Constructor & Destructor Documentation
◆ ddval() [1/2]
|
inline |
Definition at line 308 of file DDataset.hpp.
◆ ~ddval()
|
inline |
Definition at line 309 of file DDataset.hpp.
◆ ddval() [2/2]
Definition at line 311 of file DDataset.hpp.
Member Data Documentation
◆ val
| T val |
Definition at line 306 of file DDataset.hpp.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/dtdb/DDataset.hpp

Public Member Functions inherited from 
