struct CCL::MetaClass::AttributeModifier
Adds class attribute in ctor.
#include <metaclass.h> struct AttributeModifier { // construction AttributeModifier (const MetaClass& This, CStringPtr name, int value); AttributeModifier (const MetaClass& This, CStringPtr name, CStringPtr value); };