Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

#define TEUCHOS_ADD_NUMBERCONDITION_CONVERTER (   T)
Value:
getDummyObject(), \
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.
An xml converter for NumberConditions The valid XML represntation for a NumberCondition is: ...
Class for retrieving a dummy object of type T.
static void addConverter(RCP< const Condition > condition, RCP< ConditionXMLConverter > converterToAdd)
Add a converter to the database.

Adds a NumberCondition of type T.

Definition at line 181 of file Teuchos_ConditionXMLConverterDB.hpp.