API
indiRuleMaps Struct Reference

Structure to provide management of the rule and property maps. More...

#include <indiCompRuleConfig.hpp>

Collaboration diagram for indiRuleMaps:
Collaboration graph

Public Types

typedef std::map< std::string, indiCompRule * > ruleMapT
 
typedef std::map< std::string, pcf::IndiProperty * > propMapT
 

Public Member Functions

 ~indiRuleMaps ()
 

Public Attributes

ruleMapT rules
 
propMapT props
 

Detailed Description

Structure to provide management of the rule and property maps.

This owns all pointers in the rule engine, and deletes them on destruction.

Definition at line 17 of file indiCompRuleConfig.hpp.

Member Typedef Documentation

◆ propMapT

typedef std::map<std::string, pcf::IndiProperty*> indiRuleMaps::propMapT

Definition at line 20 of file indiCompRuleConfig.hpp.

◆ ruleMapT

typedef std::map<std::string, indiCompRule*> indiRuleMaps::ruleMapT

Definition at line 19 of file indiCompRuleConfig.hpp.

Constructor & Destructor Documentation

◆ ~indiRuleMaps()

indiRuleMaps::~indiRuleMaps ( )
inline

Definition at line 25 of file indiCompRuleConfig.hpp.

Member Data Documentation

◆ props

◆ rules


The documentation for this struct was generated from the following file: