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

Provides the interface for woss::CustomDataContainer class. More...

Go to the source code of this file.

Classes

class  woss::CustomDataContainer< T, MidFunctor, InFunctor, Data, OutComp, MidComp, InComp >
 Class for managing custom db data. More...
 
class  woss::CustomDataTimeContainer< T, MidFunctor, InFunctor, Data, OutComp, MidComp, InComp >
 Class for managing custom db data. More...
 
class  woss::CustomDataTimeContainer< T, MidFunctor, InFunctor, std::shared_ptr< Data >, OutComp, MidComp, InComp >
 Partial specialization for Data = std::shared_ptr< Data > More...
 

Namespaces

namespace  woss
 

Detailed Description

Provides the interface for woss::CustomDataContainer class.

Author
Federico Guerra

Provides the interface for the woss::CustomDataContainer template class