Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Protected Attributes | Friends

WithFormat< ExpressionType > Class Template Reference


Detailed Description

template<typename ExpressionType>
class WithFormat< ExpressionType >

Pseudo expression providing matrix output with given format.

Parameters:
ExpressionTypethe type of the object on which IO stream operations are performed

This class represents an expression with stream operators controlled by a given IOFormat. It is the return type of DenseBase::format() and most of the time this is the only way it is used.

See class IOFormat for some examples.

See also:
DenseBase::format(), class IOFormat

Definition at line 104 of file IO.h.

#include <src/Core/IO.h>

List of all members.

Public Member Functions

 WithFormat (const ExpressionType &matrix, const IOFormat &format)

Protected Attributes

const ExpressionType::Nested m_matrix
IOFormat m_format

Friends

std::ostream & operator<< (std::ostream &s, const WithFormat &wf)

Constructor & Destructor Documentation

template<typename ExpressionType>
WithFormat< ExpressionType >::WithFormat ( const ExpressionType &  matrix,
const IOFormat format 
) [inline]

Definition at line 108 of file IO.h.


Friends And Related Function Documentation

template<typename ExpressionType>
std::ostream& operator<< ( std::ostream &  s,
const WithFormat< ExpressionType > &  wf 
) [friend]

Definition at line 112 of file IO.h.


Member Data Documentation

template<typename ExpressionType>
IOFormat WithFormat< ExpressionType >::m_format [protected]

Definition at line 119 of file IO.h.

template<typename ExpressionType>
const ExpressionType::Nested WithFormat< ExpressionType >::m_matrix [protected]

Definition at line 118 of file IO.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011