IValueTypeLib Class Reference

Inheritance diagram for IValueTypeLib:

IBase


Public Methods

virtual SRef< IValueTypeInfogetValueInfo (const char *name)=0

Static Public Methods

const GuidgetId ()

Detailed Description

This interface represents a library of value types. It has a function to obtain the IValueTypeInfo object for a given type name.


Member Function Documentation

static const Guid & IValueTypeLib::getId   [inline, static]
 

SRef< IValueTypeInfo > IValueTypeLib::getValueInfo const char *    name [pure virtual]
 

Parameters:
name 


The documentation for this class was generated from the following files:

Return to top of page