Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Patterns::Tools::Convert< ComponentMask > Struct Reference

#include <deal.II/base/patterns.h>

Public Types

using T = ComponentMask
 

Static Public Member Functions

static std::unique_ptr< Patterns::PatternBaseto_pattern ()
 
static std::string to_string (const T &t, const Patterns::PatternBase &pattern= *Convert< T >::to_pattern())
 
static T to_value (const std::string &s, const Patterns::PatternBase &pattern= *Convert< T >::to_pattern())
 

Detailed Description

Definition at line 2136 of file patterns.h.

Member Typedef Documentation

◆ T

Definition at line 2138 of file patterns.h.

Member Function Documentation

◆ to_pattern()

static std::unique_ptr< Patterns::PatternBase > Patterns::Tools::Convert< ComponentMask >::to_pattern ( )
inlinestatic

Definition at line 2141 of file patterns.h.

◆ to_string()

static std::string Patterns::Tools::Convert< ComponentMask >::to_string ( const T t,
const Patterns::PatternBase pattern = *Convert<T>::to_pattern() 
)
inlinestatic

Definition at line 2147 of file patterns.h.

◆ to_value()

static T Patterns::Tools::Convert< ComponentMask >::to_value ( const std::string &  s,
const Patterns::PatternBase pattern = *Convert<T>::to_pattern() 
)
inlinestatic

Definition at line 2159 of file patterns.h.


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