#include <MCFmp.h>
Inheritance diagram for MCFmp< Rtmra_t >:


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 |
|
|||||
|
|
|
||||||||||||||||||||||||
|
Definition at line 54 of file MCFmp.h.
00057 : MCFmpBase( bplen_mpsizeb, bplen_coef, bplen_n, bplen_a ) {} |
|
||||||||||||||||||||
|
Definition at line 60 of file MCFmp.h.
00063 : MCFmpBase( bplen_mpsizeb, bplen_coef, bplen_n ) {} |
|
|||||||||
|
Definition at line 37 of file MCFmp.h.
00037 {}
|
|
||||||||||||||||
|
Definition at line 44 of file MCFmp.h. Referenced by MCFmp< Rtmra_t >.operator()().
00044 {}
|
|
||||||||||||||||
|
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 }
|
|
||||||||||
|
Definition at line 46 of file MCFmp.h. Referenced by MCFsbistream< Rtmra_t >.jump_read(), and MCFsbistream< Rtmra_t >.operator>>().
00046 {}
|
|
|||||||||
|
Definition at line 72 of file MCFmp.h.
00072 { return _threshold; }
|
|
||||||||||
|
Definition at line 66 of file MCFmp.h. Referenced by MCFsbostream< Rtmra_t >.operator<<().
00067 {
00068 _threshold = threshold;
00069 }
|
|
|||||
|
|
1.3.6