GEOS
Typedefs | Functions
and functions to defined statically initialized catalog

Typedefs

using geos::FieldSpecificationBase::CatalogInterface = dataRepository::CatalogInterface< FieldSpecificationBase, string const &, dataRepository::Group *const >
 

Functions

static CatalogInterface::CatalogTypegeos::FieldSpecificationBase::getCatalog ()
 static function to return static catalog. More...
 
static string geos::FieldSpecificationBase::catalogName ()
 Static Factory Catalog Functions. More...
 
virtual const string geos::FieldSpecificationBase::getCatalogName () const
 return the catalog name More...
 

Detailed Description

Typedef Documentation

◆ CatalogInterface

alias to define the catalog type for this base type

Definition at line 56 of file FieldSpecificationBase.hpp.

Function Documentation

◆ catalogName()

static string geos::FieldSpecificationBase::catalogName ( )
inlinestatic

Static Factory Catalog Functions.

Returns
the catalog name

Definition at line 70 of file FieldSpecificationBase.hpp.

◆ getCatalog()

static CatalogInterface::CatalogType& geos::FieldSpecificationBase::getCatalog ( )
static

static function to return static catalog.

Returns
the static catalog to create derived types through the static factory methods.

◆ getCatalogName()

virtual const string geos::FieldSpecificationBase::getCatalogName ( ) const
inlinevirtual

return the catalog name

Returns
the catalog name

Reimplemented in geos::SourceFluxBoundaryCondition, and geos::DirichletBoundaryCondition.

Definition at line 76 of file FieldSpecificationBase.hpp.