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::const_bound_format< T > Class Template Reference

More...

#include <DenseLinAlgPack_IOFormat.hpp>

Public Member Functions

 const_bound_format (const format &f, const T &obj)
 
 const_bound_format (const bound_format< T > &bf)
 Allow implicit conversion from a bound_format to a const bound_format. More...
 
const formatf () const
 
const T & obj () const
 

Private Member Functions

 const_bound_format ()
 
const_bound_formatoperator= (const const_bound_format &)
 

Private Attributes

const formatf_
 
const T & obj_
 

Detailed Description

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

Definition at line 127 of file DenseLinAlgPack_IOFormat.hpp.

Constructor & Destructor Documentation

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

Definition at line 412 of file DenseLinAlgPack_IOFormat.hpp.

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

Allow implicit conversion from a bound_format to a const bound_format.

Definition at line 415 of file DenseLinAlgPack_IOFormat.hpp.

Member Function Documentation

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

Definition at line 418 of file DenseLinAlgPack_IOFormat.hpp.

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

Definition at line 420 of file DenseLinAlgPack_IOFormat.hpp.

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

Member Data Documentation

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

Definition at line 423 of file DenseLinAlgPack_IOFormat.hpp.

template<class T>
const T& DenseLinAlgPack::LinAlgPackIO::const_bound_format< T >::obj_
private

Definition at line 424 of file DenseLinAlgPack_IOFormat.hpp.


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