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

Static Public Member Functions | |
| static long long int | min () |
| static long long int | max () |
| static long long int | defaultStep () |
| static unsigned short | defaultPrecision () |
| static long long int | min () |
| Gets the minimum possible value the number type can take on. | |
| static long long int | max () |
| Gets the maximum possible value the number type can take on. | |
| static long long 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 1299 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Definition at line 1301 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Definition at line 1302 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Definition at line 1303 of file Teuchos_StandardParameterEntryValidators.hpp.
|
inlinestatic |
Definition at line 1304 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.