Public Member Functions | Public Attributes
vnl_matlab_print_proxy< T > Struct Template Reference

#include <vnl_matlab_print2.h>

List of all members.

Public Member Functions

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

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 35 of file vnl_matlab_print2.h.


Constructor & Destructor Documentation

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 40 of file vnl_matlab_print2.h.

template<class T>
vnl_matlab_print_proxy< T >::~vnl_matlab_print_proxy ( ) [inline]

Definition at line 44 of file vnl_matlab_print2.h.


Member Data Documentation

Definition at line 39 of file vnl_matlab_print2.h.

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

Definition at line 38 of file vnl_matlab_print2.h.

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

Definition at line 37 of file vnl_matlab_print2.h.


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