Teuchos - Trilinos Tools Package  Version of the Day
Classes | Namespaces | Macros
Teuchos_ConditionXMLConverterDB.hpp File Reference

A database for ConditionXMLConverters. More...

#include "Teuchos_StandardConditionXMLConverters.hpp"
#include "Teuchos_StandardConditions.hpp"

Go to the source code of this file.

Classes

class  Teuchos::ConditionXMLConverterDB
 Provides ability to lookup ConditionXMLConverters. 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.
 

Macros

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

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)
Teuchos::NumberConditionConverter
An xml converter for NumberConditions The valid XML represntation for a NumberCondition is:
Definition: Teuchos_StandardConditionXMLConverters.hpp:353
Teuchos::ConditionXMLConverterDB::addConverter
static void addConverter(RCP< const Condition > condition, RCP< ConditionXMLConverter > converterToAdd)
Add a converter to the database.
Definition: Teuchos_ConditionXMLConverterDB.cpp:51
Teuchos::rcp
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.
Definition: Teuchos_RCPDecl.hpp:1224
Teuchos::NumberCondition
A Number Condition is a Parameter Condition that evaluates whether or not a number parameter is great...
Definition: Teuchos_StandardConditions.hpp:260
Teuchos::DummyObjectGetter
Class for retrieving a dummy object of type T.
Definition: Teuchos_DummyObjectGetter.hpp:55