Teuchos - Trilinos Tools Package  Version of the Day
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"

Go to the source code of this file.

Classes

class  Teuchos::FunctionObjectXMLConverterDB
 Provides ability to lookup FunctionObjectXMLConverters. 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_SIMPLEFUNCTIONCONVERTERS(T)
 Adds a SubtractionFunction, AdditionFunction, MultiplicationFunction, and DivisionFunction of type T to the Database. More...
 

Detailed Description

A database for FunctionObjectXMLConverters.

Definition in file Teuchos_FunctionObjectXMLConverterDB.hpp.

Macro Definition Documentation

◆ TEUCHOS_ADD_SIMPLEFUNCTIONCONVERTERS

#define TEUCHOS_ADD_SIMPLEFUNCTIONCONVERTERS (   T)
Teuchos::MultiplicationFunction
A simple function object that multiplys a specififed value from the given arguement in the runFunctio...
Definition: Teuchos_StandardFunctionObjects.hpp:255
Teuchos::SubtractionFunctionXMLConverter
Class for converting SubtractionFunction objects to and from XML.
Definition: Teuchos_StandardFunctionObjectXMLConverters.hpp:146
Teuchos::MultiplicationFunctionXMLConverter
Class for converting MultiplicationFunction objects to and from XML.
Definition: Teuchos_StandardFunctionObjectXMLConverters.hpp:210
Teuchos::AdditionFunctionXMLConverter
Class for converting AdditionFunction objects to and from XML.
Definition: Teuchos_StandardFunctionObjectXMLConverters.hpp:178
Teuchos::rcp
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.
Definition: Teuchos_RCPDecl.hpp:1224
Teuchos::SubtractionFunction
A simple function object that subtracts a specififed value from the given arguement in the runFunctio...
Definition: Teuchos_StandardFunctionObjects.hpp:137
Teuchos::DummyObjectGetter
Class for retrieving a dummy object of type T.
Definition: Teuchos_DummyObjectGetter.hpp:55
Teuchos::DivisionFunctionXMLConverter
Class for converting DivisionFunction objects to and from XML.
Definition: Teuchos_StandardFunctionObjectXMLConverters.hpp:242
Teuchos::FunctionObjectXMLConverterDB::addConverter
static void addConverter(RCP< const FunctionObject > function, RCP< FunctionObjectXMLConverter > converterToAdd)
Add a converter to the database.
Definition: Teuchos_FunctionObjectXMLConverterDB.cpp:51
Teuchos::AdditionFunction
A simple function object that adds a specififed value from the given arguement in the runFunction fun...
Definition: Teuchos_StandardFunctionObjects.hpp:196
Teuchos::DivisionFunction
A simple function object that divides a specififed value from the given arguement in the runFunction ...
Definition: Teuchos_StandardFunctionObjects.hpp:315