Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

MCFmp< Rtmra_t > Class Template Reference

#include <MCFmp.h>

Inheritance diagram for MCFmp< Rtmra_t >:

Inheritance graph
[legend]
Collaboration diagram for MCFmp< Rtmra_t >:

Collaboration graph
[legend]

Public Types

typedef Rtmra_t::DataType Data_t

Public Member Functions

void encode (Rtmra_t &, const char mcode)
 MCFmp (const int bplen_mpsizeb, const int bplen_coef, const int bplen_n)
 MCFmp (const int bplen_mpsizeb, const int bplen_coef, const int bplen_n, const int bplen_a)
MCFmp< Rtmra_t > & operator() (Rtmra_t &, const char mcode)
void replace (Rtmra_t &)
Data_t threshold ()
void threshold (const Data_t threshold)
 ~MCFmp ()

Protected Attributes

Data_t _threshold

template<class Rtmra_t>
class MCFmp< Rtmra_t >


Member Typedef Documentation

template<class Rtmra_t>
typedef Rtmra_t::DataType MCFmp< Rtmra_t >.Data_t
 

Definition at line 29 of file MCFmp.h.


Constructor & Destructor Documentation

template<class Rtmra_t>
MCFmp< Rtmra_t >::MCFmp const int  bplen_mpsizeb,
const int  bplen_coef,
const int  bplen_n,
const int  bplen_a
 

Definition at line 54 of file MCFmp.h.

00057   : MCFmpBase( bplen_mpsizeb, bplen_coef, bplen_n, bplen_a ) {}

template<class Rtmra_t>
MCFmp< Rtmra_t >::MCFmp const int  bplen_mpsizeb,
const int  bplen_coef,
const int  bplen_n
 

Definition at line 60 of file MCFmp.h.

00063   : MCFmpBase( bplen_mpsizeb, bplen_coef, bplen_n ) {}

template<class Rtmra_t>
MCFmp< Rtmra_t >.~MCFmp  ) 
 

Definition at line 37 of file MCFmp.h.

00037 {}


Member Function Documentation

template<class Rtmra_t>
void MCFmp< Rtmra_t >.encode Rtmra_t ,
const char  mcode
 

Definition at line 44 of file MCFmp.h.

Referenced by MCFmp< Rtmra_t >.operator()().

00044 {}

template<class Rtmra_t>
MCFmp< Rtmra_t > & MCFmp< Rtmra_t >::operator() Rtmra_t ,
const char  mcode
 

Definition at line 75 of file MCFmp.h.

References MCFmp< Rtmra_t >.encode().

00076 {
00077    MCFmp<Rtmra_t>::encode(x,mcode);
00078    return *this;
00079 }

template<class Rtmra_t>
void MCFmp< Rtmra_t >.replace Rtmra_t  ) 
 

Definition at line 46 of file MCFmp.h.

Referenced by MCFsbistream< Rtmra_t >.jump_read(), and MCFsbistream< Rtmra_t >.operator>>().

00046 {}

template<class Rtmra_t>
MCFmp< Rtmra_t >::Data_t MCFmp< Rtmra_t >::threshold  ) 
 

Definition at line 72 of file MCFmp.h.

00072 { return _threshold; }

template<class Rtmra_t>
void MCFmp< Rtmra_t >::threshold const Data_t  threshold  ) 
 

Definition at line 66 of file MCFmp.h.

Referenced by MCFsbostream< Rtmra_t >.operator<<().

00067 { 
00068    _threshold = threshold; 
00069 }


Field Documentation

template<class Rtmra_t>
Data_t MCFmp< Rtmra_t >._threshold [protected]
 

Definition at line 49 of file MCFmp.h.


The documentation for this class was generated from the following file:
Generated on Mon May 31 21:41:11 2004 for SR2k4 Assembler by doxygen 1.3.6