IValueTypeInfo Class Reference

Inheritance diagram for IValueTypeInfo:

IBase


Public Methods

virtual SRef< IBaseValuebind (void *ptr)=0

Static Public Methods

const GuidgetId ()

Detailed Description

This interface describes a value type. It has functions to bind a void C++ pointer to a value object.


Member Function Documentation

SRef< IBaseValue > IValueTypeInfo::bind void *    ptr [pure virtual]
 

Parameters:
ptr 

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


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

Return to top of page