|
Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Teuchos_StandardParameterEntryValidators.hpp>

Static Public Member Functions | |
| static unsigned int | min () |
| static unsigned int | max () |
| static unsigned int | defaultStep () |
| static unsigned short | defaultPrecision () |
| static unsigned int | min () |
| Gets the minimum possible value the number type can take on. | |
| static unsigned int | max () |
| Gets the maximum possible value the number type can take on. | |
| static unsigned int | defaultStep () |
| gets default amount a value of the number type should be incremented by when being utilizied in a UI. | |
| static unsigned short | defaultPrecision () |
| Gets the default precision with which the number type should be displayed. | |
Definition at line 1269 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Definition at line 1271 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Definition at line 1272 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Definition at line 1273 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Definition at line 1274 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Gets the minimum possible value the number type can take on.
Definition at line 1218 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Gets the maximum possible value the number type can take on.
Definition at line 1222 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
gets default amount a value of the number type should be incremented by when being utilizied in a UI.
Definition at line 1227 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Gets the default precision with which the number type should be displayed.
Definition at line 1232 of file Teuchos_StandardParameterEntryValidators.hpp.