Detailed Description
template<class V>
class boost::numeric::ublas::index_pair< V >
Definition at line 1513 of file serialize_storage.hpp.
List of all members.
Public Types |
|
typedef V::size_type | size_type |
Public Member Functions |
|
BOOST_UBLAS_INLINE | index_pair (V &v, size_type i) |
|
BOOST_UBLAS_INLINE | index_pair (const self_type &rhs) |
|
BOOST_UBLAS_INLINE self_type & | operator= (const self_type &rhs) |
|
BOOST_UBLAS_INLINE void | swap (self_type rhs) |
|
BOOST_UBLAS_INLINE bool | equal (const self_type &rhs) const |
|
bool | less (const self_type &rhs) const |
Private Types |
|
typedef index_pair< V > | self_type |
Private Attributes |
|
size_type | i_ |
|
V::value1_type | v1_ |
|
V::value2_type | v2_ |
|
bool | dirty_ |
|
bool | is_copy_ |
Friends |
|
BOOST_UBLAS_INLINE friend void | swap (self_type lhs, self_type rhs) |
|
BOOST_UBLAS_INLINE friend bool | operator== (const self_type &lhs, const self_type &rhs) |
|
BOOST_UBLAS_INLINE friend bool | operator!= (const self_type &lhs, const self_type &rhs) |
|
BOOST_UBLAS_INLINE friend bool | operator< (const self_type &lhs, const self_type &rhs) |
The documentation for this class was generated from the following file: