|
Teuchos - Trilinos Tools Package Version of the Day
|
Base types for StringIndexedOrderedValueObjectContainer. More...
#include <Teuchos_StringIndexedOrderedValueObjectContainer.hpp>
Classes | |
| class | InvalidKeyError |
| Thrown if an invalid string is passed in. More... | |
| class | InvalidOrdinalIndexError |
| Thrown if an invalid ordinal index is passed in. More... | |
| class | KeyObjectPair |
| A simple aggregate type to bind a key string and and objects value. More... | |
| class | OrdinalIndex |
| A safe ordinal index type that default initializes to a special value. More... | |
| class | SelectActive |
| Predicate for selecting active object entries in filtered iterator. More... | |
Public Types | |
| typedef Teuchos_Ordinal | Ordinal |
| Ordinal used for the index. | |
Public Member Functions | |
| virtual | ~StringIndexedOrderedValueObjectContainerBase () |
| Destructor. | |
Static Public Member Functions | |
| static Ordinal | getInvalidOrdinal () |
| Return the value for invalid ordinal. | |
Base types for StringIndexedOrderedValueObjectContainer.
Definition at line 26 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
Ordinal used for the index.
Definition at line 30 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
|
inlinevirtual |
Destructor.
Definition at line 36 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
|
inlinestatic |
Return the value for invalid ordinal.
Definition at line 33 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.