MACRO
OMNI_OBJECT_NAME - A framework macro/option
SYNOPSIS top
If this macro is defined, then any classes in the Omni framework that can be instantiated (e.g. non-abstract classes and non-POD types) will have an
If this macro is defined, then any classes in the Omni framework that can be instantiated (e.g. non-abstract classes and non-POD types) will have an
omni::type as a member as well a hash and type function associated with it so that you can retrieve the object's underlying type/hash without having to explicitly call omni::type_id on the object.