#include <Vector.h>

Public Types | |
| typedef std::vector< T >::size_type | size_type |
Public Member Functions | |
| Vector () | |
| Vector (const Vector &c) | |
| Vector (const std::vector< T > &c) | |
| Vector (size_type num, typename ConvertToRef< T >::ToConstRef val=DefaultConstruct< T >::C()) | |
| template<typename input_iterator > | |
| Vector (input_iterator start, input_iterator end) | |
| typedef std::vector<T>::size_type icl_core::Vector< T >::size_type |
| icl_core::Vector< T >::Vector | ( | ) | [inline] |
| icl_core::Vector< T >::Vector | ( | const Vector< T > & | c | ) | [inline] |
| icl_core::Vector< T >::Vector | ( | const std::vector< T > & | c | ) | [inline] |
| icl_core::Vector< T >::Vector | ( | size_type | num, |
| typename ConvertToRef< T >::ToConstRef | val = DefaultConstruct<T>::C() |
||
| ) | [inline, explicit] |
| icl_core::Vector< T >::Vector | ( | input_iterator | start, |
| input_iterator | end | ||
| ) | [inline] |