Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members  

XPLC_IID< T > Struct Template Reference

An Interface IDentifier. More...


Detailed Description

template<class T>
struct XPLC_IID< T >

An Interface IDentifier.

Every interface (abstract classes derived from IObject) must have a unique IID, so that getInterface() can ask for that interface.

Generate a UUID for your IID using 'uuidgen', then declare your IID using DEFINE_IID(ClassName). If you need to obtain the UUID corresponding to that interface in the future, call the static function XPLC_IID<ClassName>::get().


The documentation for this struct was generated from the following file:
Generated on Sun Sep 26 04:02:01 2004 for XPLC by doxygen1.2.18