Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::vector_matrix< Value > Struct Template Reference

#include <exterior_property.hpp>

Collaboration diagram for boost::detail::vector_matrix< Value >:

Public Types

typedef std::vector< Value > container_type
 
typedef std::vector
< container_type
matrix_type
 
typedef container_type value_type
 
typedef container_typereference
 
typedef const container_type const_reference
 
typedef container_typepointer
 
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
 

Member Typedef Documentation

template<typename Value >
typedef const container_type boost::detail::vector_matrix< Value >::const_reference
template<typename Value >
typedef std::vector<Value> boost::detail::vector_matrix< Value >::container_type
template<typename Value >
typedef std::vector<container_type> boost::detail::vector_matrix< Value >::matrix_type
template<typename Value >
typedef container_type* boost::detail::vector_matrix< Value >::pointer
template<typename Value >
typedef container_type& boost::detail::vector_matrix< Value >::reference
template<typename Value >
typedef matrix_type::size_type boost::detail::vector_matrix< Value >::size_type
template<typename Value >
typedef container_type boost::detail::vector_matrix< Value >::value_type

Constructor & Destructor Documentation

template<typename Value >
boost::detail::vector_matrix< Value >::vector_matrix ( size_type  n)
inline

Member Function Documentation

template<typename Value >
reference boost::detail::vector_matrix< Value >::operator[] ( size_type  n)
inline
template<typename Value >
const_reference boost::detail::vector_matrix< Value >::operator[] ( size_type  n) const
inline

Member Data Documentation

template<typename Value >
matrix_type boost::detail::vector_matrix< Value >::m_matrix

The documentation for this struct was generated from the following file: