|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
A safe ordinal index type that default initializes to a special value. More...
#include <Teuchos_StringIndexedOrderedValueObjectContainer.hpp>
Public Types | |
| typedef StringIndexedOrderedValueObjectContainerBase::Ordinal | Ordinal |
| | |
Public Member Functions | |
| OrdinalIndex () | |
| | |
| OrdinalIndex (const Ordinal idx_in) | |
| | |
Public Attributes | |
| Ordinal | idx |
| | |
A safe ordinal index type that default initializes to a special value.
Definition at line 74 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
| typedef StringIndexedOrderedValueObjectContainerBase::Ordinal Teuchos::StringIndexedOrderedValueObjectContainerBase::OrdinalIndex::Ordinal |
Definition at line 77 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
Definition at line 81 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
| Teuchos::StringIndexedOrderedValueObjectContainerBase::OrdinalIndex::OrdinalIndex | ( | const Ordinal | idx_in | ) | [inline] |
Definition at line 85 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
Definition at line 79 of file Teuchos_StringIndexedOrderedValueObjectContainer.hpp.
1.7.6.1