scfImplementation2< Class, I1, I2 > Class Template Reference
Inheritance diagram for scfImplementation2< Class, I1, I2 >:
| Public Member Functions | |
| void * | QueryInterface (scfInterfaceID id, scfInterfaceVersion version) | 
| Query a particular interface implemented by this object. | |
| Protected Types | |
| typedef Class | scfClassType | 
| typedef scfImplementation2< Class,I1, I2 > | scfImplementationType | 
| Protected Member Functions | |
| scfImplementation2 (Class *object, iBase *parent=0) | |
| virtual | ~scfImplementation2 () | 
Detailed Description
template<class Class, class I1, class I2>
 class scfImplementation2< Class, I1, I2 >
Definition at line 182 of file scf_implgen.h.
Member Function Documentation
template<class Class, class I1, class I2> 
      | void* scfImplementation2< Class, I1, I2 >::QueryInterface | ( | scfInterfaceID | id, | |
| scfInterfaceVersion | version | |||
| ) |  [inline, virtual] | 
Query a particular interface implemented by this object.
You are _not_ allowed to cast this to anything but a pointer to this interface (not even iBase). Use scfQueryInterface<interface> instead of using this method directly.
Reimplemented from scfImplementation< Class >.
Definition at line 187 of file scf_implgen.h.
The documentation for this class was generated from the following file:
- csutil/scf_implgen.h
Generated for Crystal Space by doxygen 1.4.7

