dune-grid 2.9.0
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dune::DGFBoundaryParameter Struct Reference

Contains types for additional features. More...

#include <dune/grid/io/file/dgfparser/parser.hh>

Public Types

typedef std::string type
 type of additional boundary parameters More...
 

Static Public Member Functions

static const typedefaultValue ()
 default constructor More...
 
static type convert (const std::string &parameter)
 copy from string More...
 

Static Public Attributes

static const char delimiter = ':'
 delimiter More...
 

Detailed Description

Contains types for additional features.

Member Typedef Documentation

◆ type

typedef std::string Dune::DGFBoundaryParameter::type

type of additional boundary parameters

Member Function Documentation

◆ convert()

static type Dune::DGFBoundaryParameter::convert ( const std::string &  parameter)
inlinestatic

copy from string

◆ defaultValue()

static const type & Dune::DGFBoundaryParameter::defaultValue ( )
inlinestatic

default constructor

Member Data Documentation

◆ delimiter

const char Dune::DGFBoundaryParameter::delimiter = ':'
static

delimiter


The documentation for this struct was generated from the following file: