pstore2
Classes
section_sparray.hpp File Reference

A wrapper for sparse_array<> which accepts indices of type section_kind. More...

#include <iterator>
#include <limits>
#include "pstore/adt/sparse_array.hpp"
#include "pstore/mcrepo/section.hpp"
Include dependency graph for section_sparray.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pstore::repo::details::cast_iterator< CastToType, BaseIterator >
 
class  pstore::repo::section_sparray< T >
 A wrapper for the sparse_array<> type which is specialized for indices of type section_kind. More...
 
class  pstore::repo::section_sparray< T >::indices
 A container which can be used to access and iterate over the available index values in the sparse array. More...
 

Detailed Description

A wrapper for sparse_array<> which accepts indices of type section_kind.