cheshirekow  v0.1.0
fiber::StreamAssignment< Mat > Class Template Reference

assignment More...

#include <fiber/stream_assignment.h>

Public Types

typedef StreamAssignment< Mat > Stream_t
 

Public Member Functions

template<typename Format_t >
Stream_toperator, (Format_t x)
 
template<typename Format_t >
Stream_toperator<< (Format_t x)
 
 StreamAssignment (Mat &M)
 

Private Attributes

unsigned int m_i
 
Mat & m_mat
 

Detailed Description

template<class Mat>
class fiber::StreamAssignment< Mat >

assignment

Definition at line 33 of file stream_assignment.h.

Member Typedef Documentation

template<class Mat >
typedef StreamAssignment<Mat> fiber::StreamAssignment< Mat >::Stream_t

Definition at line 35 of file stream_assignment.h.

Constructor & Destructor Documentation

template<class Mat >
fiber::StreamAssignment< Mat >::StreamAssignment ( Mat &  M)
inline

Definition at line 42 of file stream_assignment.h.

Member Function Documentation

template<class Mat >
template<typename Format_t >
Stream_t& fiber::StreamAssignment< Mat >::operator, ( Format_t  x)
inline

Definition at line 53 of file stream_assignment.h.

template<class Mat >
template<typename Format_t >
Stream_t& fiber::StreamAssignment< Mat >::operator<< ( Format_t  x)
inline

Definition at line 46 of file stream_assignment.h.

Member Data Documentation

template<class Mat >
unsigned int fiber::StreamAssignment< Mat >::m_i
private

Definition at line 39 of file stream_assignment.h.

template<class Mat >
Mat& fiber::StreamAssignment< Mat >::m_mat
private

Definition at line 38 of file stream_assignment.h.


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