Share

AcRxNonBlittableType Template

Class Hierarchy

AcRxObject
    AcRxClass
        AcRxValueType
            AcRxNonBlittableType

C++

template <typename T>
class AcRxNonBlittableType : public AcRxValueType;

File

rxvaluetypeutil.h

Description

AcRxNonBlittableType is a template class for creating runtime type descriptor for Non-Blittable types. It provides a default implementation of IAcRxNonBlittableType to create a Non-Blittable value type.

Links

AcRxNonBlittableType Constructor

Was this information helpful?