Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
DatabaseQuery.h File Reference
#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 = " / "
 

Typedef Documentation

◆ CDatabaseQueryRuleCombinations

using CDatabaseQueryRuleCombinations = std::vector<std::shared_ptr<CDatabaseQueryRuleCombination>>

◆ CDatabaseQueryRules

using CDatabaseQueryRules = std::vector<std::shared_ptr<CDatabaseQueryRule>>

Variable Documentation

◆ DATABASEQUERY_RULE_VALUE_SEPARATOR

const char* DATABASEQUERY_RULE_VALUE_SEPARATOR = " / "
constexpr