scfInterfaceMetadata Struct Reference
[Shared Class Facility (SCF)]
Metadata about a single interface implemented within a class. More...
#include <csutil/scf_interface.h>
Public Attributes | |
| scfInterfaceID | interfaceID |
| Interface runtime ID. | |
| const char * | interfaceName |
| Interface name. | |
| scfInterfaceVersion | interfaceVersion |
| Interface (compile-time) version. | |
Detailed Description
Metadata about a single interface implemented within a class.
Definition at line 105 of file scf_interface.h.
Member Data Documentation
Interface runtime ID.
Definition at line 111 of file scf_interface.h.
| const char* scfInterfaceMetadata::interfaceName |
Interface name.
Definition at line 108 of file scf_interface.h.
Interface (compile-time) version.
Definition at line 114 of file scf_interface.h.
The documentation for this struct was generated from the following file:
- csutil/scf_interface.h
Generated for Crystal Space 2.0 by doxygen 1.6.1
