|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <set>#include <string>#include <vector>#include <memory>Classes | |
| class | CDatabaseQueryRule |
| class | IDatabaseQueryRuleFactory |
| class | CDatabaseQueryRuleCombination |
Macros | |
| #define | DATABASEQUERY_RULE_VALUE_SEPARATOR " / " |
Typedefs | |
| typedef std::vector< std::shared_ptr< CDatabaseQueryRule > > | CDatabaseQueryRules |
| typedef std::vector< std::shared_ptr< CDatabaseQueryRuleCombination > > | CDatabaseQueryRuleCombinations |
| #define DATABASEQUERY_RULE_VALUE_SEPARATOR " / " |
| typedef std::vector< std::shared_ptr<CDatabaseQueryRuleCombination> > CDatabaseQueryRuleCombinations |
| typedef std::vector< std::shared_ptr<CDatabaseQueryRule> > CDatabaseQueryRules |