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

DCFmp< Rtmra_t > Class Template Reference

#include <DCFmp.h>

Inheritance diagram for DCFmp< Rtmra_t >:

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

Collaboration graph
[legend]

Public Types

typedef Rtmra_t::DataType Data_t

Public Member Functions

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

Protected Attributes

Data_t _threshold

template<class Rtmra_t>
class DCFmp< Rtmra_t >


Member Typedef Documentation

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

Definition at line 29 of file DCFmp.h.

Referenced by DCFmp< Rtmra_t >.threshold().


Constructor & Destructor Documentation

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

Definition at line 54 of file DCFmp.h.

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

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

Definition at line 60 of file DCFmp.h.

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

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

Definition at line 37 of file DCFmp.h.

00037 {}


Member Function Documentation

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

Definition at line 44 of file DCFmp.h.

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

00044 {}

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

Definition at line 75 of file DCFmp.h.

References DCFmp< Rtmra_t >.encode().

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

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

Definition at line 46 of file DCFmp.h.

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

00046 {}

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

Definition at line 72 of file DCFmp.h.

References DCFmp< Rtmra_t >._threshold, and DCFmp< Rtmra_t >.Data_t.

00072 { return _threshold; }

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

Definition at line 66 of file DCFmp.h.

References DCFmp< Rtmra_t >._threshold, and DCFmp< Rtmra_t >.Data_t.

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

00067 { 
00068    _threshold = threshold; 
00069 }


Field Documentation

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

Definition at line 49 of file DCFmp.h.

Referenced by DCFmp< Rtmra_t >.threshold().


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