Public Types | Public Member Functions | List of all members
icl_core::Vector< T > Class Template Reference

#include <Vector.h>

Inheritance diagram for icl_core::Vector< T >:
Inheritance graph
[legend]

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)
 

Detailed Description

template<typename T>
class icl_core::Vector< T >

Definition at line 35 of file Vector.h.

Member Typedef Documentation

template<typename T>
typedef std::vector<T>::size_type icl_core::Vector< T >::size_type

Definition at line 38 of file Vector.h.

Constructor & Destructor Documentation

template<typename T>
icl_core::Vector< T >::Vector ( )
inline

Definition at line 40 of file Vector.h.

template<typename T>
icl_core::Vector< T >::Vector ( const Vector< T > &  c)
inline

Definition at line 41 of file Vector.h.

template<typename T>
icl_core::Vector< T >::Vector ( const std::vector< T > &  c)
inline

Definition at line 42 of file Vector.h.

template<typename T>
icl_core::Vector< T >::Vector ( size_type  num,
typename ConvertToRef< T >::ToConstRef  val = DefaultConstruct<T>::C() 
)
inlineexplicit

Definition at line 43 of file Vector.h.

template<typename T>
template<typename input_iterator >
icl_core::Vector< T >::Vector ( input_iterator  start,
input_iterator  end 
)
inline

Definition at line 47 of file Vector.h.


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


fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:59