unwrap_cube_check< OpCube< T1, op_type > > Class Template Reference
[Unwrap_cube]

#include <unwrap_cube.hpp>

List of all members.

Public Types

typedef T1::elem_type elem_type

Public Member Functions

 unwrap_cube_check (const OpCube< T1, op_type > &A, const Cube< elem_type > &B)
 ~unwrap_cube_check ()

Public Attributes

const Cube< elem_typeM

Detailed Description

template<typename T1, typename op_type>
class unwrap_cube_check< OpCube< T1, op_type > >

Definition at line 163 of file unwrap_cube.hpp.


Member Typedef Documentation

template<typename T1 , typename op_type >
typedef T1::elem_type unwrap_cube_check< OpCube< T1, op_type > >::elem_type

Definition at line 166 of file unwrap_cube.hpp.


Constructor & Destructor Documentation

template<typename T1 , typename op_type >
unwrap_cube_check< OpCube< T1, op_type > >::unwrap_cube_check ( const OpCube< T1, op_type > &  A,
const Cube< elem_type > &  B 
) [inline]

Definition at line 169 of file unwrap_cube.hpp.

00170     : M(A)
00171     {
00172     arma_extra_debug_sigprint();
00173     }

template<typename T1 , typename op_type >
unwrap_cube_check< OpCube< T1, op_type > >::~unwrap_cube_check (  )  [inline]

Definition at line 177 of file unwrap_cube.hpp.

00178     {
00179     arma_extra_debug_sigprint();
00180     }


Member Data Documentation

template<typename T1 , typename op_type >
const Cube<elem_type> unwrap_cube_check< OpCube< T1, op_type > >::M

Definition at line 182 of file unwrap_cube.hpp.