31#include "../my_config.h" 
   38class no_comment : 
public hide_file
 
   42    no_comment(
const no_comment & ref) = 
default;
 
   43    no_comment & operator = (
const no_comment & ref) = 
default;
 
   44    ~no_comment() = 
default;
 
   47    virtual void fill_morceau() 
override;
 
this is the interface class from which all other data transfer classes inherit
 
contains class of base to split files in words