Jafar
|
Definition at line 503 of file serialize_vector.hpp.
Public Types | |
typedef vector_type::size_type | size_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | bounded_vector (size_type size) |
BOOST_UBLAS_INLINE | bounded_vector (const bounded_vector &v) |
template<class A2 > | |
BOOST_UBLAS_INLINE | bounded_vector (const vector< T, A2 > &v) |
template<class AE > | |
BOOST_UBLAS_INLINE | bounded_vector (const vector_expression< AE > &ae) |
BOOST_UBLAS_INLINE bounded_vector & | operator= (const bounded_vector &v) |
template<class A2 > | |
BOOST_UBLAS_INLINE bounded_vector & | operator= (const vector< T, A2 > &v) |
template<class C > | |
BOOST_UBLAS_INLINE bounded_vector & | operator= (const vector_container< C > &v) |
template<class AE > | |
BOOST_UBLAS_INLINE bounded_vector & | operator= (const vector_expression< AE > &ae) |
Static Public Attributes | |
static const size_type | max_size = N |
Private Types | |
typedef vector< T, bounded_array< T, N > > | vector_type |
Generated on Wed Oct 15 2014 00:37:32 for Jafar by doxygen 1.7.6.1 |