Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
Teuchos_ConditionXMLConverterDB.hpp File Reference

A database for ConditionXMLConverters. More...

#include "Teuchos_StandardConditionXMLConverters.hpp"
#include "Teuchos_StandardConditions.hpp"
Include dependency graph for Teuchos_ConditionXMLConverterDB.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  Teuchos
 

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(), \
Teuchos::rcp(new Teuchos::NumberConditionConverter< T >));
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.
Concrete serial communicator subclass.

Adds a NumberCondition of type T.

Definition at line 181 of file Teuchos_ConditionXMLConverterDB.hpp.