#include <patterns_unsigned_int.h>
Definition at line 27 of file patterns_unsigned_int.h.
◆ UnsignedInteger()
dealii::Patterns::UnsignedInteger::UnsignedInteger |
( |
const unsigned int |
lower_bound = min_int_value , |
|
|
const unsigned int |
upper_bound = max_int_value |
|
) |
| |
◆ match()
bool dealii::Patterns::UnsignedInteger::match |
( |
const std::string & |
test_string | ) |
const |
|
overridevirtual |
◆ description()
std::string dealii::Patterns::UnsignedInteger::description |
( |
const OutputStyle |
style = Machine | ) |
const |
|
overridevirtual |
◆ clone()
std::unique_ptr< PatternBase > dealii::Patterns::UnsignedInteger::clone |
( |
| ) |
const |
|
overridevirtual |
◆ create()
std::unique_ptr< UnsignedInteger > dealii::Patterns::UnsignedInteger::create |
( |
const std::string & |
description | ) |
|
|
static |
◆ min_int_value
const unsigned int dealii::Patterns::UnsignedInteger::min_int_value |
|
static |
◆ max_int_value
const unsigned int dealii::Patterns::UnsignedInteger::max_int_value |
|
static |
◆ lower_bound
const unsigned int dealii::Patterns::UnsignedInteger::lower_bound |
|
private |
◆ upper_bound
const unsigned int dealii::Patterns::UnsignedInteger::upper_bound |
|
private |
◆ description_init
const char * dealii::Patterns::UnsignedInteger::description_init = "[UnsignedInteger" |
|
staticprivate |
The documentation for this class was generated from the following files: