Public Member Functions | Public Attributes | List of all members
vnl_matlab_print_proxy< T > Struct Template Reference

#include <vnl_matlab_print2.h>

Public Member Functions

 vnl_matlab_print_proxy (T const &obj_, char const *name_, vnl_matlab_print_format format_)
 
 ~vnl_matlab_print_proxy ()=default
 

Public Attributes

T const & obj
 
char const * name
 
vnl_matlab_print_format format
 

Detailed Description

template<class T>
struct vnl_matlab_print_proxy< T >

Definition at line 36 of file vnl_matlab_print2.h.

Constructor & Destructor Documentation

◆ vnl_matlab_print_proxy()

template<class T>
vnl_matlab_print_proxy< T >::vnl_matlab_print_proxy ( T const &  obj_,
char const *  name_,
vnl_matlab_print_format  format_ 
)
inline

Definition at line 41 of file vnl_matlab_print2.h.

◆ ~vnl_matlab_print_proxy()

template<class T>
vnl_matlab_print_proxy< T >::~vnl_matlab_print_proxy ( )
default

Member Data Documentation

◆ format

template<class T>
vnl_matlab_print_format vnl_matlab_print_proxy< T >::format

Definition at line 40 of file vnl_matlab_print2.h.

◆ name

template<class T>
char const* vnl_matlab_print_proxy< T >::name

Definition at line 39 of file vnl_matlab_print2.h.

◆ obj

template<class T>
T const& vnl_matlab_print_proxy< T >::obj

Definition at line 38 of file vnl_matlab_print2.h.


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