MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Enumerations | Functions
DenseLinAlgPack::LinAlgPackIO Namespace Reference

Classes

class  InputException
 Exception throw on input error. More...
 
class  bit_flags
 
class  ios_format_memento
 
class  bound_format
 
class  const_bound_format
 
class  format
 

Typedefs

typedef std::ios_base::fmtflags fmtflags
 

Enumerations

enum  { ignore_dim_bit = 0x0001, no_insert_newlines_bit = 0x0002 }
 Format flags. More...
 

Functions

template<class T >
bound_format< T > bind (const format &f, T &obj)
 
template<class T >
const_bound_format< T > cbind (const format &f, const T &obj)
 

Typedef Documentation

typedef std::ios_base::fmtflags DenseLinAlgPack::LinAlgPackIO::fmtflags

Definition at line 60 of file DenseLinAlgPack_IOBasic.hpp.

Enumeration Type Documentation

anonymous enum

Format flags.

Enumerator
ignore_dim_bit 
no_insert_newlines_bit 

Definition at line 63 of file DenseLinAlgPack_IOBasic.hpp.

Function Documentation

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

Definition at line 447 of file DenseLinAlgPack_IOFormat.hpp.

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

Definition at line 459 of file DenseLinAlgPack_IOFormat.hpp.