|
| typedef value_proxy< SymMatrix3< T >, std::pair< std::size_t, std::size_t > > | Base |
| |
| typedef Base::value_type | value_type |
| |
| typedef value_proxy< SymMatrix3< T >, std::pair< std::size_t, std::size_t >, policy::VPAccess_Default< SymMatrix3< T >,std::pair< std::size_t, std::size_t > > > | Self |
| |
| typedef const_value_proxy< SymMatrix3< T >, std::pair< std::size_t, std::size_t >, policy::VPAccess_Default< SymMatrix3< T >,std::pair< std::size_t, std::size_t > > > | Base |
| |
| typedef Base::value_type | value_type |
| |
| typedef const_value_proxy< TContainer, TIndex, AccessPolicy > | Self |
| |
| typedef value_type_of< TContainer >::type | value_type |
| |
| typedef TIndex | index_type |
| |
| typedef AccessPolicy::const_reference | const_reference |
| |
| typedef AccessPolicy::const_pointer | const_pointer |
| |
|
| | ValueProxy (std::size_t i, std::size_t j, SymMatrix3< T > &m) |
| |
| void | operator= (typename boost::call_traits< value_type >::param_type value) |
| |
| | value_proxy (std::pair< std::size_t, std::size_t > i, SymMatrix3< T > &container) |
| |
| | value_proxy (const value_proxy< XContainer, XIndex, XAccessPolicy > &other) |
| |
| void | operator= (typename boost::call_traits< value_type >::param_type value) |
| |
| void | operator+= (typename boost::call_traits< value_type >::param_type value) |
| |
| void | operator-= (typename boost::call_traits< value_type >::param_type value) |
| |
| void | operator*= (typename boost::call_traits< value_type >::param_type value) |
| |
| void | operator/= (typename boost::call_traits< value_type >::param_type value) |
| |
| | const_value_proxy (TIndex i, TContainer &container) |
| |
| template<typename XContainer , typename XIndex , typename XAccessPolicy > |
| | const_value_proxy (const const_value_proxy< XContainer, XIndex, XAccessPolicy > &other) |
| |
| const_pointer | operator-> () const |
| |
| | operator const_reference () |
| |
| boost::call_traits< TIndex >::const_reference | index () const |
| |
| boost::call_traits< TIndex >::reference | index () |
| |
| TContainer & | container () |
| |
| const TContainer & | container () const |
| |
template<typename T>
class til::SymMatrix3< T >::ValueProxy
Definition at line 78 of file SymMatrix3.h.