Devi usare una forward declaration.
codice:#ifndef ABSTRACTIMAGEFEEDER_H_INCLUDED #define ABSTRACTIMAGEFEEDER_H_INCLUDED #include <list> using namespace std; class FeederObserver; class AbstractImageFeeder { // eccetera
Devi usare una forward declaration.
codice:#ifndef ABSTRACTIMAGEFEEDER_H_INCLUDED #define ABSTRACTIMAGEFEEDER_H_INCLUDED #include <list> using namespace std; class FeederObserver; class AbstractImageFeeder { // eccetera
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.