|
Teuchos - Trilinos Tools Package
Version of the Day
|
Go to the documentation of this file.
42 #ifndef Teuchos_VALIDATORMAPS_HPP
43 #define Teuchos_VALIDATORMAPS_HPP
49 #include "Teuchos_ParameterEntryValidator.hpp"
93 return validatorMap.erase(x);
98 ValidatorMap validatorMap;
108 typedef std::map<RCP<const ParameterEntryValidator>, int,
RCPComp>
152 #endif //Teuchos_VALIDATORMAPS_HPP
ValidatorMap::iterator iterator
std::pair< ParameterEntryValidator::ValidatorID, RCP< ParameterEntryValidator > > IDValidatorPair
ValidatorMap::const_iterator const_iterator
Maps Validators to integers.
ValidatorMap::iterator iterator
Smart reference counting pointer class for automatic garbage collection.
A class for mapping validators to integers.
ValidatorMap::const_iterator const_iterator
std::map< ParameterEntryValidator::ValidatorID, RCP< ParameterEntryValidator > > ValidatorMap
Struct for comparing two RCPs. Simply compares the raw pointers contained within the RCPs.
std::pair< RCP< const ParameterEntryValidator >, int > ValidatorIDPair
size_t erase(const ParameterEntryValidator::ValidatorID &x)
removes the specified validator from the map.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...
std::map< RCP< const ParameterEntryValidator >, int, RCPComp > ValidatorMap