Teuchos - Trilinos Tools Package
Version of the Day
|
Standard Conditions to be used. More...
#include "Teuchos_Condition.hpp"
#include "Teuchos_InvalidConditionException.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_StandardFunctionObjects.hpp"
#include "Teuchos_DummyObjectGetter.hpp"
#include "Teuchos_ScalarTraits.hpp"
Go to the source code of this file.
Classes | |
class | Teuchos::ParameterCondition |
An Abstract Base class for all ParameterConditions. More... | |
class | Teuchos::StringCondition |
A String Condition is a Parameter Condition that evaluates whether or not a string parameter has taken on a particular value or set of values. More... | |
class | Teuchos::DummyObjectGetter< StringCondition > |
Specialized class for retrieving a dummy object of type StringCondition. More... | |
class | Teuchos::NumberCondition< T > |
A Number Condition is a Parameter Condition that evaluates whether or not a number parameter is greater than 0 (or some other number based on a given function). If the parameter is greater than 0 this is interperted as the condition being "true". Otherwise the condition is interperted as false. More... | |
class | Teuchos::DummyObjectGetter< NumberCondition< T > > |
Specialized class for retrieving a dummy object of type NumberCondition. More... | |
class | Teuchos::BoolCondition |
A Bool Condition is a Parameter Condition that evaluates whether or not a Boolean parameter is ture. More... | |
class | Teuchos::DummyObjectGetter< BoolCondition > |
Specialized class for retrieving a dummy object of type BoolCondition. More... | |
class | Teuchos::BoolLogicCondition |
An abstract parent class for all Bool Logic Conditions. More... | |
class | Teuchos::OrCondition |
A Bool Logic Condition that returns the result or perfroming a logical OR on the conditions. More... | |
class | Teuchos::DummyObjectGetter< OrCondition > |
Specialized class for retrieving a dummy object of type OrCondition. More... | |
class | Teuchos::AndCondition |
A Bool Logic Condition that returns the result or perfroming a logical AND on the conditions. More... | |
class | Teuchos::DummyObjectGetter< AndCondition > |
Specialized class for retrieving a dummy object of type AndCondition. More... | |
class | Teuchos::EqualsCondition |
A Bool Logic Condition that returns the result or perfroming a logical EQUALS on the conditions. More... | |
class | Teuchos::DummyObjectGetter< EqualsCondition > |
Specialized class for retrieving a dummy object of type EqualsCondition. More... | |
class | Teuchos::NotCondition |
A Not condition returns the result of performing a logical NOT on a given condition. More... | |
class | Teuchos::DummyObjectGetter< NotCondition > |
Specialized class for retrieving a dummy object of type NotCondition. More... | |
Namespaces | |
Teuchos | |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
Standard Conditions to be used.
Definition in file Teuchos_StandardConditions.hpp.