scfImplementationExt0< Class, Super > Class Template Reference
Base class to extend the SCF class Super with additional interfaces.
More...
#include <csutil/scf_implgen.h>
Inherits Super.
Detailed Description
template<class Class, class Super>
class scfImplementationExt0< Class, Super >
Base class to extend the SCF class Super with additional interfaces.
Super itself must be derived from one of the scfImplementation* classes. Class is the declared class.
Typical usage:
class MyPath : public scfImplementationExt1<MyPath, csPath, iMyPath> { public: // ... iMyPath methods ... };
Definition at line 1793 of file scf_implgen.h.
The documentation for this class was generated from the following file:
- csutil/scf_implgen.h
Generated for Crystal Space 2.0 by doxygen 1.6.1
