#ifndef morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_Parameters_h #define morpheo_behavioural_core_multi_front_end_front_end_prediction_unit_Parameters_h /* * $Id$ * * [ Description ] * */ #include "Common/include/Debug.h" #include "Behavioural/include/Parameters.h" namespace morpheo { namespace behavioural { namespace core { namespace multi_front_end { namespace front_end { namespace prediction_unit { class Parameters : public morpheo::behavioural::Parameters { //-----[ fields ]------------------------------------------------------------ //-----[ methods ]----------------------------------------------------------- public : Parameters (); // public : Parameters (Parameters & param) ; public : ~Parameters () ; public : Parameters_test msg_error (void); public : std::string print (uint32_t depth); public : friend std::ostream& operator<< (std::ostream& output_stream, morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::Parameters & x); }; }; // end namespace prediction_unit }; // end namespace front_end }; // end namespace multi_front_end }; // end namespace core }; // end namespace behavioural }; // end namespace morpheo #endif