|
|
| netcdf_handle (int h) |
| |
|
| netcdf_handle (const netcdf_handle &)=delete |
| |
|
void | operator= (const netcdf_handle &)=delete |
| |
|
| netcdf_handle (netcdf_handle &&other) |
| |
|
void | operator= (netcdf_handle &&other) |
| |
|
int | open (const std::string &file_path, int mode) |
| |
|
int | open (MPI_Comm comm, const std::string &file_path, int mode) |
| |
|
int | create (const std::string &file_path, int mode) |
| |
|
int | create (MPI_Comm comm, const std::string &file_path, int mode) |
| |
|
int | close () |
| |
|
int | flush () |
| |
|
int & | get () |
| |
|
| operator bool () const |
| |
The documentation for this class was generated from the following files: