|
ocssw
V2022
|
#include <DDataset.hpp>
Inheritance diagram for ddstr:
Collaboration diagram for ddstr:
Public Member Functions | |
| ddstr () | |
| ~ddstr () | |
| ddstr (const string istr) | |
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 | |
| string | str |
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
Definition at line 285 of file DDataset.hpp.
Constructor & Destructor Documentation
◆ ddstr() [1/2]
|
inline |
Definition at line 290 of file DDataset.hpp.
◆ ~ddstr()
|
inline |
Definition at line 291 of file DDataset.hpp.
◆ ddstr() [2/2]
Definition at line 293 of file DDataset.hpp.
Member Data Documentation
◆ str
Definition at line 288 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 
