DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | 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
 

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.


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