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

A database for FunctionObjectXMLConverters. More...

#include "Teuchos_StandardFunctionObjectXMLConverters.hpp"
#include "Teuchos_StandardFunctionObjects.hpp"
#include "Teuchos_DummyObjectGetter.hpp"
Include dependency graph for Teuchos_FunctionObjectXMLConverterDB.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::FunctionObjectXMLConverterDB
 Provides ability to lookup FunctionObjectXMLConverters. More...
 

Namespaces

namespace  Teuchos
 

Macros

#define TEUCHOS_ADD_SIMPLEFUNCTIONCONVERTERS(T)
 Adds a SubtractionFunction, AdditionFunction, MultiplicationFunction, and DivisionFunction of type T to the Database.
 

Detailed Description

A database for FunctionObjectXMLConverters.

Definition in file Teuchos_FunctionObjectXMLConverterDB.hpp.

Macro Definition Documentation

◆ TEUCHOS_ADD_SIMPLEFUNCTIONCONVERTERS

#define TEUCHOS_ADD_SIMPLEFUNCTIONCONVERTERS ( T)
Value:
getDummyObject()); \
\
Teuchos::FunctionObjectXMLConverterDB::addConverter( \
getDummyObject()); \
\
Teuchos::FunctionObjectXMLConverterDB::addConverter( \
getDummyObject()); \
\
Teuchos::FunctionObjectXMLConverterDB::addConverter( \
getDummyObject()); \
\
Class for retrieving a dummy object of type T.
static void addConverter(RCP< const FunctionObject > function, RCP< FunctionObjectXMLConverter > converterToAdd)
Add a converter to the database.
Concrete serial communicator subclass.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.

Adds a SubtractionFunction, AdditionFunction, MultiplicationFunction, and DivisionFunction of type T to the Database.

Definition at line 174 of file Teuchos_FunctionObjectXMLConverterDB.hpp.