Public Member Functions

itpp::Vec< eT > Class Template Reference

dummy itpp::Vec class, to prevent compilation errors More...

#include <itpp_wrap.hpp>

List of all members.

Public Member Functions

 ~Vec ()
 Vec ()
 Vec (int length)
 Vec (const Vec &m)
const Vecoperator= (const Vec &m)
int size () const
int length () const
const eT * _data () const
eT * _data ()

Detailed Description

template<typename eT>
class itpp::Vec< eT >

dummy itpp::Vec class, to prevent compilation errors

Definition at line 54 of file itpp_wrap.hpp.


Constructor & Destructor Documentation

template<typename eT>
itpp::Vec< eT >::~Vec (  )  [inline]

Definition at line 58 of file itpp_wrap.hpp.

{}

template<typename eT>
itpp::Vec< eT >::Vec (  )  [inline]

Definition at line 59 of file itpp_wrap.hpp.

{}

template<typename eT>
itpp::Vec< eT >::Vec ( int  length  )  [inline]

Definition at line 60 of file itpp_wrap.hpp.

{}

template<typename eT>
itpp::Vec< eT >::Vec ( const Vec< eT > &  m  )  [inline]

Definition at line 61 of file itpp_wrap.hpp.

{}


Member Function Documentation

template<typename eT>
const Vec& itpp::Vec< eT >::operator= ( const Vec< eT > &  m  )  [inline]

Definition at line 63 of file itpp_wrap.hpp.

{ return *this; }

template<typename eT>
int itpp::Vec< eT >::size (  )  const [inline]

Definition at line 65 of file itpp_wrap.hpp.

{ return 0; }      

template<typename eT>
int itpp::Vec< eT >::length (  )  const [inline]

Definition at line 66 of file itpp_wrap.hpp.

{ return 0; }      

template<typename eT>
const eT* itpp::Vec< eT >::_data (  )  const [inline]

Definition at line 67 of file itpp_wrap.hpp.

Referenced by conv_to< itpp::Vec< out_eT > >::from().

{ return 0; }

template<typename eT>
eT* itpp::Vec< eT >::_data (  )  [inline]

Definition at line 68 of file itpp_wrap.hpp.

{ return 0; }