#include "Teuchos_Assert.hpp"
#include "Teuchos_iostream_helpers.hpp"
Go to the source code of this file.
|
| Teuchos |
| The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
|
|
|
TEUCHOSCORE_LIB_DLL_EXPORT std::string | Teuchos::toString (const EVerbosityLevel verbLevel) |
| Return a std::string representation of the verbosity level. More...
|
|
TEUCHOSCORE_LIB_DLL_EXPORT bool | Teuchos::includesVerbLevel (const EVerbosityLevel verbLevel, const EVerbosityLevel requestedVerbLevel, const bool isDefaultLevel=false) |
| Return true if the verbosity level includes the given level. More...
|
|
TEUCHOSCORE_LIB_DLL_EXPORT EVerbosityLevel | Teuchos::incrVerbLevel (const EVerbosityLevel inputVerbLevel, const int numLevels) |
| Return an increased or decreased verbosity level. More...
|
|