Reference documentation for deal.II version 9.3.3
|
#include <deal.II/base/patterns.h>
Public Types | |
enum | OutputStyle { Machine , Text , LaTeX } |
Public Member Functions | |
Bool () | |
virtual std::string | description (const OutputStyle style=Machine) const override |
virtual std::unique_ptr< PatternBase > | clone () const override |
virtual bool | match (const std::string &test_string) const override |
std::size_t | memory_consumption () const override |
Static Public Member Functions | |
static std::unique_ptr< Bool > | create (const std::string &description) |
Private Attributes | |
std::string | sequence |
Static Private Attributes | |
static const char * | description_init = "[Bool" |
Test for the string being either "true" or "false". This is mapped to the Selection class.
Definition at line 981 of file patterns.h.
|
inherited |
List of possible description output formats.
Capitalization chosen for similarity to ParameterHandler::OutputStyle.
Definition at line 98 of file patterns.h.
|
overridevirtualinherited |
Return true
if the string is an element of the description list passed to the constructor.
Implements Patterns::PatternBase.
Definition at line 546 of file patterns.cc.
|
overridevirtualinherited |
Determine an estimate for the memory consumption (in bytes) of this object.
Reimplemented from Patterns::PatternBase.
Definition at line 620 of file patterns.cc.
|
privateinherited |
List of valid strings as passed to the constructor. We don't make this string constant, as we process it somewhat in the constructor.
Definition at line 434 of file patterns.h.