Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <memory>
#include <set>
#include <string>
#include <vector>
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 |