Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

NotRealDecoder.hpp

Go to the documentation of this file.
00001 #ifndef NotRealDecoder_HPP
00002 #define NotRealDecoder_HPP
00003 
00008 #include "common.hpp"
00009 #include "io/codec/decoder/DecoderBase.hpp"
00010 #include <vector>
00011 
00015 template <class FR>
00016 class NotRealDecoder : public DecoderBase<FR>
00017 {
00018    public:
00019       typedef typename DecoderBase<FR>::params_t params_t;
00020 
00021       NotRealDecoder(const params_t* par) : DecoderBase<FR>(par){}
00022        
00023       void setCodeInverse(const std::vector<item_t>& code_inverse)
00024       {  
00025          // I am not doing anything!
00026       }  
00027 };
00028 
00029 
00030 #endif

Generated on Sun Sep 17 17:50:39 2006 for FIM environment by  doxygen 1.4.4