Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Teuchos::EnhancedNumberTraits< long long unsigned int > Class Reference

#include <Teuchos_StandardParameterEntryValidators.hpp>

Inheritance diagram for Teuchos::EnhancedNumberTraits< long long unsigned int >:

Static Public Member Functions

static long long unsigned int min ()
 
static long long unsigned int max ()
 
static long long unsigned int defaultStep ()
 
static unsigned short defaultPrecision ()
 
static long long unsigned int min ()
 Gets the minimum possible value the number type can take on.
 
static long long unsigned int max ()
 Gets the maximum possible value the number type can take on.
 
static long long 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.
 

Detailed Description

Member Function Documentation

◆ min() [1/2]

static long long unsigned int Teuchos::EnhancedNumberTraits< long long unsigned int >::min ( )
inlinestatic

◆ max() [1/2]

static long long unsigned int Teuchos::EnhancedNumberTraits< long long unsigned int >::max ( )
inlinestatic

◆ defaultStep() [1/2]

static long long unsigned int Teuchos::EnhancedNumberTraits< long long unsigned int >::defaultStep ( )
inlinestatic

◆ defaultPrecision() [1/2]

static unsigned short Teuchos::EnhancedNumberTraits< long long unsigned int >::defaultPrecision ( )
inlinestatic

◆ min() [2/2]

static long long unsigned int Teuchos::EnhancedNumberTraits< long long unsigned int >::min ( )
inlinestatic

Gets the minimum possible value the number type can take on.

Definition at line 1218 of file Teuchos_StandardParameterEntryValidators.hpp.

◆ max() [2/2]

static long long unsigned int Teuchos::EnhancedNumberTraits< long long unsigned int >::max ( )
inlinestatic

Gets the maximum possible value the number type can take on.

Definition at line 1222 of file Teuchos_StandardParameterEntryValidators.hpp.

◆ defaultStep() [2/2]

static long long unsigned int Teuchos::EnhancedNumberTraits< long long unsigned int >::defaultStep ( )
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.

◆ defaultPrecision() [2/2]

static unsigned short Teuchos::EnhancedNumberTraits< long long unsigned int >::defaultPrecision ( )
inlinestatic

Gets the default precision with which the number type should be displayed.

Definition at line 1232 of file Teuchos_StandardParameterEntryValidators.hpp.


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