unwrap_check< T1 > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Types

typedef T1::elem_type eT

Public Member Functions

 unwrap_check (const T1 &A, const Mat< eT > &B)
 ~unwrap_check ()

Public Attributes

const Mat< eTM

Detailed Description

template<typename T1>
class unwrap_check< T1 >

Definition at line 125 of file unwrap.hpp.


Member Typedef Documentation

template<typename T1>
typedef T1::elem_type unwrap_check< T1 >::eT

Definition at line 129 of file unwrap.hpp.


Constructor & Destructor Documentation

template<typename T1>
unwrap_check< T1 >::unwrap_check ( const T1 &  A,
const Mat< eT > &  B 
) [inline]

Definition at line 132 of file unwrap.hpp.

00133     : M(A)
00134     {
00135     arma_extra_debug_sigprint();
00136     }

template<typename T1>
unwrap_check< T1 >::~unwrap_check (  )  [inline]

Definition at line 139 of file unwrap.hpp.

00140     {
00141     arma_extra_debug_sigprint();
00142     }


Member Data Documentation

template<typename T1>
const Mat<eT> unwrap_check< T1 >::M