Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_ConditionXMLConverterDB.hpp File Reference

A database for ConditionXMLConverters. More...

Go to the source code of this file.

Classes

class  Teuchos::ConditionXMLConverterDB
 Provides ability to lookup ConditionXMLConverters. More...

Namespaces

namespace  Teuchos
 The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.

Macros

#define TEUCHOS_ADD_NUMBERCONDITION_CONVERTER(T)
 Adds a NumberCondition of type T.

Detailed Description

A database for ConditionXMLConverters.

Definition in file Teuchos_ConditionXMLConverterDB.hpp.

Macro Definition Documentation

◆ TEUCHOS_ADD_NUMBERCONDITION_CONVERTER

#define TEUCHOS_ADD_NUMBERCONDITION_CONVERTER ( T)
Value:
getDummyObject(), \
static void addConverter(RCP< const Condition > condition, RCP< ConditionXMLConverter > converterToAdd)
Add a converter to the database.
Class for retrieving a dummy object of type T.
An xml converter for NumberConditions The valid XML represntation for a NumberCondition is:
A Number Condition is a Parameter Condition that evaluates whether or not a number parameter is great...
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.

Adds a NumberCondition of type T.

Definition at line 148 of file Teuchos_ConditionXMLConverterDB.hpp.