Fcitx
|
Public Member Functions | |
MatchRulePrivate (MessageType type, std::string service, std::string destination, std::string path, std::string interface, std::string name, std::vector< std::string > argumentMatch, bool eavesdrop) | |
MatchRulePrivate (MatchRulePrivate &&other)=default | |
MatchRulePrivate & | operator= (MatchRulePrivate &&other)=default |
MatchRulePrivate (const MatchRulePrivate &other)=default | |
MatchRulePrivate & | operator= (const MatchRulePrivate &other)=default |
std::string | buildRule () const |
bool | check (Message &message, const std::string &alterName) const |
Definition at line 25 of file matchrule.cpp.