Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::InterfaceInfo< INTERFACE_TYPE > Class Template Reference

The InterfaceInfo class serves bascially the same purpose as the ClassInfo class. More...

#include <vcf/FoundationKit/ClassInfo.h>

List of all members.

Public Member Functions

 InterfaceInfo (const String &interfaceName, const String &interfaceID, const String &superInterfaceClassName)
virtual ~InterfaceInfo ()

Protected Attributes

bool isInterfaceRegistered_


Detailed Description

template<class INTERFACE_TYPE>
class VCF::InterfaceInfo< INTERFACE_TYPE >

The InterfaceInfo class serves bascially the same purpose as the ClassInfo class.

It is used to register interfaces and their methods with the


Constructor & Destructor Documentation

template<class INTERFACE_TYPE>
VCF::InterfaceInfo< INTERFACE_TYPE >::InterfaceInfo const String interfaceName,
const String interfaceID,
const String superInterfaceClassName
[inline]
 

template<class INTERFACE_TYPE>
virtual VCF::InterfaceInfo< INTERFACE_TYPE >::~InterfaceInfo  )  [inline, virtual]
 


Member Data Documentation

template<class INTERFACE_TYPE>
bool VCF::InterfaceInfo< INTERFACE_TYPE >::isInterfaceRegistered_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information