World Ocean Simulation System (WOSS) library
woss-db.h File Reference

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...
 

Namespaces

namespace  woss
 

Typedefs

using woss::PathName = std::pair< std::string, std::string >
 

Detailed Description

Provides the interface for woss::WossDb class.

Author
Federico Guerra

Provides the interface for the woss::WossDb class