|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Utility class to wrap an ItemCollection in support of iteration. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/core/ItemCollection.hpp>
Public Types | |
| using | CollectionType = ItemCollection< T > |
Public Member Functions | |
| iterator_adaptor (CollectionType *coll) | |
| std::size_t | size () const |
| iterator | begin () |
| iterator | end () |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
| operator const_iterator_adaptor () const | |
Utility class to wrap an ItemCollection in support of iteration.
| using axom::ItemCollection< T >::iterator_adaptor::CollectionType = ItemCollection<T> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |