:orphan: .. index:: pair: struct; cfg_oid_rule .. _doxid-structcfg__oid__rule: struct cfg_oid_rule =================== .. toctree:: :hidden: Overview ~~~~~~~~ A rule entry for :ref:`cfg_oid_dispatch() ` :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct cfg_oid_rule { // fields const :ref:`cfg_oid`* :ref:`object_oid`; bool :ref:`match_prefix`; :ref:`cfg_oid_action`* :ref:`action`; }; .. _details-structcfg__oid__rule: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ A rule entry for :ref:`cfg_oid_dispatch() ` Fields ------ .. index:: pair: variable; object_oid .. _doxid-structcfg__oid__rule_1a75a2d395f3872aff4d5e74d9d5157d2c: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`cfg_oid`* object_oid Object OID .. index:: pair: variable; match_prefix .. _doxid-structcfg__oid__rule_1a0f8abca0a15804649301a498d6cb08e1: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool match_prefix If ``true``, the prefix of an instance OID is matched, otherwise the whole OID. .. index:: pair: variable; action .. _doxid-structcfg__oid__rule_1ac8b427b2c3fb80223a0f8467fce534c2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_oid_action`* action Action to execute