|
World Ocean Simulation System (WOSS) library
|
Provides the interface for woss::WossDb class. More...
Go to the source code of this file.
Classes | |
| class | woss::WossDb |
| Abstract class that provides the interface of databases. More... | |
| class | woss::WossNetcdfDb |
| NetCDF implementation of WossDb. More... | |
| class | woss::WossTextualDb |
| Textual implementation of WossDb. More... | |
| class | woss::WossBathymetryDb |
| Data behaviour class for bathymetry database. More... | |
| class | woss::WossSedimentDb |
| Data behaviour class for Sediment database. More... | |
| class | woss::WossSSPDb |
| Data behaviour class for SSP database. More... | |
| class | woss::WossResTimeArrDb |
| Data behaviour class for storing calculated TimeArr. More... | |
| class | woss::WossResPressDb |
| Data behaviour class for storing calculated Pressure. More... | |
Typedefs | |
| typedef ::std::pair< ::std::string, ::std::string > | woss::PathName |
Provides the interface for woss::WossDb class.
Provides the interface for the woss::WossDb class
| typedef ::std::pair< ::std::string, ::std::string > woss::PathName |
A pair of strings containing:
| first | pathname |
| second | filename |