MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
DenseLinAlgPack::LinAlgPackIO::bound_format< T > Class Template Reference

More...

#include <DenseLinAlgPack_IOFormat.hpp>

Public Member Functions

 bound_format (const format &f, T &obj)
 
const formatf () const
 
T & obj ()
 
const T & obj () const
 

Private Member Functions

 bound_format ()
 
bound_formatoperator= (const bound_format &)
 

Private Attributes

const formatf_
 
T & obj_
 

Detailed Description

template<class T>
class DenseLinAlgPack::LinAlgPackIO::bound_format< T >

Definition at line 126 of file DenseLinAlgPack_IOFormat.hpp.

Constructor & Destructor Documentation

template<class T>
DenseLinAlgPack::LinAlgPackIO::bound_format< T >::bound_format ( const format f,
T &  obj 
)
inline

Definition at line 377 of file DenseLinAlgPack_IOFormat.hpp.

template<class T>
DenseLinAlgPack::LinAlgPackIO::bound_format< T >::bound_format ( )
private

Member Function Documentation

template<class T>
const format& DenseLinAlgPack::LinAlgPackIO::bound_format< T >::f ( ) const
inline

Definition at line 380 of file DenseLinAlgPack_IOFormat.hpp.

template<class T>
T& DenseLinAlgPack::LinAlgPackIO::bound_format< T >::obj ( )
inline

Definition at line 382 of file DenseLinAlgPack_IOFormat.hpp.

template<class T>
const T& DenseLinAlgPack::LinAlgPackIO::bound_format< T >::obj ( ) const
inline

Definition at line 384 of file DenseLinAlgPack_IOFormat.hpp.

template<class T>
bound_format& DenseLinAlgPack::LinAlgPackIO::bound_format< T >::operator= ( const bound_format< T > &  )
private

Member Data Documentation

template<class T>
const format& DenseLinAlgPack::LinAlgPackIO::bound_format< T >::f_
private

Definition at line 387 of file DenseLinAlgPack_IOFormat.hpp.

template<class T>
T& DenseLinAlgPack::LinAlgPackIO::bound_format< T >::obj_
private

Definition at line 388 of file DenseLinAlgPack_IOFormat.hpp.


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