Open Search
    iCustomDataType< X > Struct Template Reference

    #include <c4d_customdatatype.h>

    Inheritance diagram for iCustomDataType< X >:

    Detailed Description

    template<class X>
    struct iCustomDataType< X >

    The base class for data types with Alloc() and Free() for use in libraries. Pass the public data type as template parameter.

    Note
    The advantage of this class is to not need to provide library functions for Alloc() and Free(), as the internal and external type will share this functionality.