Define OpenSnRegisterObjectParametersOnlyInNamespace

Define Documentation

OpenSnRegisterObjectParametersOnlyInNamespace(namespace_name, object_name)

Macro for registering an object (parameters only) within the ObjectFactory singleton.

Note

Remember to include the header “framework/object_factory.h”

Parameters:
  • namespace_name – Name of the namespace within which the object is.

  • object_name – Name of the object in the registry. Example:

    OpenSnRegisterObjectParametersOnlyInNamespace(kaka, Zorba);