Private Types | Private Member Functions | Private Attributes

unwrap_cube_check< T1 > Class Template Reference
[Unwrap_cube]

#include <unwrap_cube.hpp>

List of all members.

Private Types

typedef T1::elem_type eT

Private Member Functions

 unwrap_cube_check (const T1 &A, const Cube< eT > &B)

Private Attributes

const Cube< eTM

Detailed Description

template<typename T1>
class unwrap_cube_check< T1 >

Definition at line 65 of file unwrap_cube.hpp.


Member Typedef Documentation

template<typename T1>
typedef T1::elem_type unwrap_cube_check< T1 >::eT [private]

Definition at line 67 of file unwrap_cube.hpp.


Constructor & Destructor Documentation

template<typename T1>
unwrap_cube_check< T1 >::unwrap_cube_check ( const T1 &  A,
const Cube< eT > &  B 
) [inline, private]

Definition at line 70 of file unwrap_cube.hpp.

    : M(A)
    {
    arma_extra_debug_sigprint();
    
    arma_type_check< is_arma_cube_type<T1>::value == false >::apply();
    }


Member Data Documentation

template<typename T1>
const Cube<eT> unwrap_cube_check< T1 >::M [private]

Definition at line 78 of file unwrap_cube.hpp.

Referenced by op_reshape::apply().