Teuchos Package Browser (Single Doxygen Collection)
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. More... | |
Public Member Functions | |
virtual | ~StringIndexedOrderedValueObjectContainerBase () |
Destructor. More... | |
Static Public Member Functions | |
static Ordinal | getInvalidOrdinal () |
Return the value for invalid ordinal. More... | |
Base types for StringIndexedOrderedValueObjectContainer.
Definition at line 59 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
Ordinal used for the index.
Definition at line 63 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
|
inlinevirtual |
Destructor.
Definition at line 69 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
|
inlinestatic |
Return the value for invalid ordinal.
Definition at line 66 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.