#include <exterior_property.hpp>
Public Types | |
typedef std::vector< Value > | container_type |
typedef std::vector < container_type > | matrix_type |
typedef container_type | value_type |
typedef container_type & | reference |
typedef const container_type | const_reference |
typedef container_type * | pointer |
typedef matrix_type::size_type | size_type |
Public Member Functions | |
vector_matrix (size_type n) | |
reference | operator[] (size_type n) |
const_reference | operator[] (size_type n) const |
Public Attributes | |
matrix_type | m_matrix |
typedef const container_type boost::detail::vector_matrix< Value >::const_reference |
typedef std::vector<Value> boost::detail::vector_matrix< Value >::container_type |
typedef std::vector<container_type> boost::detail::vector_matrix< Value >::matrix_type |
typedef container_type* boost::detail::vector_matrix< Value >::pointer |
typedef container_type& boost::detail::vector_matrix< Value >::reference |
typedef matrix_type::size_type boost::detail::vector_matrix< Value >::size_type |
typedef container_type boost::detail::vector_matrix< Value >::value_type |
|
inline |
|
inline |
References boost::detail::vector_matrix< Value >::m_matrix, and boost::n.
|
inline |
References boost::detail::vector_matrix< Value >::m_matrix, and boost::n.
matrix_type boost::detail::vector_matrix< Value >::m_matrix |
Referenced by boost::detail::vector_matrix< Value >::operator[]().