My Project
Public Member Functions | List of all members
mrf::detail::unboundPropertyBase< C > Struct Template Referenceabstract

An un-typed, un-bound property for class C. More...

#include <object.h>

Inheritance diagram for mrf::detail::unboundPropertyBase< C >:
mrf::detail::unboundProperty< C, P > mrf::detail::unboundProperty< C, P[1]> mrf::detail::unboundProperty< C, void >

Public Member Functions

virtual propertyBasebind (C *)=0
 Create a bound property with the given instance.
 

Detailed Description

template<class C>
struct mrf::detail::unboundPropertyBase< C >

An un-typed, un-bound property for class C.

This is the form in which properties are stored by ObjectInst<T>.


The documentation for this struct was generated from the following file: