Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
DatabaseQuery.h File Reference
#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
 

Macro Definition Documentation

◆ DATABASEQUERY_RULE_VALUE_SEPARATOR

#define DATABASEQUERY_RULE_VALUE_SEPARATOR   " / "

Typedef Documentation

◆ CDatabaseQueryRuleCombinations

typedef std::vector<std::shared_ptr<CDatabaseQueryRuleCombination> > CDatabaseQueryRuleCombinations

◆ CDatabaseQueryRules

typedef std::vector<std::shared_ptr<CDatabaseQueryRule> > CDatabaseQueryRules