![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <memory>
#include <string>
#include <vector>
Classes | |
class | CDatabaseQueryRule |
class | IDatabaseQueryRuleFactory |
class | CDatabaseQueryRuleCombination |
Typedefs | |
using | CDatabaseQueryRules = std::vector< std::shared_ptr< CDatabaseQueryRule > > |
using | CDatabaseQueryRuleCombinations = std::vector< std::shared_ptr< CDatabaseQueryRuleCombination > > |
Variables | |
constexpr const char * | DATABASEQUERY_RULE_VALUE_SEPARATOR = " / " |
using CDatabaseQueryRuleCombinations = std::vector<std::shared_ptr<CDatabaseQueryRuleCombination> > |
using CDatabaseQueryRules = std::vector<std::shared_ptr<CDatabaseQueryRule> > |
|
constexpr |