|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
42 #ifndef Teuchos_VALIDATORMAPS_HPP
43 #define Teuchos_VALIDATORMAPS_HPP
93 return validatorMap.erase(x);
108 typedef std::map<RCP<const ParameterEntryValidator>, int,
RCPComp>
152 #endif //Teuchos_VALIDATORMAPS_HPP
ValidatorMap::iterator iterator
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
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.
ValidatorMap validatorMap
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.
std::map< RCP< const ParameterEntryValidator >, int, RCPComp > ValidatorMap
dependentList insert(myDepList.getEntryRCP(dependent1))
ValidatorMap validatorMap