Jafar
|
Definition at line 857 of file serialize_storage.hpp.
Classes | |
class | const_iterator |
Public Types | |
typedef Z | size_type |
typedef D | difference_type |
typedef size_type | value_type |
typedef value_type | const_reference |
typedef const_reference | reference |
typedef const value_type * | const_pointer |
typedef value_type * | pointer |
typedef std::reverse_iterator < const_iterator > | const_reverse_iterator |
Public Member Functions | |
BOOST_UBLAS_INLINE | basic_range (size_type start, size_type stop) |
BOOST_UBLAS_INLINE size_type | start () const |
BOOST_UBLAS_INLINE size_type | size () const |
basic_range | operator= (basic_range const &r) |
BOOST_UBLAS_INLINE const_reference | operator() (size_type i) const |
BOOST_UBLAS_INLINE basic_range | compose (const basic_range &r) const |
BOOST_UBLAS_INLINE bool | operator== (const basic_range &r) const |
BOOST_UBLAS_INLINE bool | operator!= (const basic_range &r) const |
BOOST_UBLAS_INLINE const_iterator | begin () const |
BOOST_UBLAS_INLINE const_iterator | end () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |
BOOST_UBLAS_INLINE basic_range | preprocess (size_type size) const |
Static Public Member Functions | |
static BOOST_UBLAS_INLINE const basic_range & | all () |
Private Types | |
typedef basic_range< Z, D > | self_type |
typedef size_type | const_subiterator_type |
Private Attributes | |
size_type | start_ |
size_type | size_ |
Static Private Attributes | |
static const basic_range | all_ |
Generated on Wed Oct 15 2014 00:37:32 for Jafar by doxygen 1.7.6.1 |