Home
last modified time | relevance | path

Searched defs:NSCertListImpl (Results 1 – 1 of 1) sorted by relevance

/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dns_cert.cpp30 struct NSCertListImpl : NSCertList struct
36 NSCertListImpl(Extensible *obj) : nc(anope_dynamic_static_cast<NickCore *>(obj)) { } in NSCertListImpl() function
38 ~NSCertListImpl() in ~NSCertListImpl() argument
49 void AddCert(const Anope::string &entry) anope_override in AddCert()
63 Anope::string GetCert(unsigned entry) const anope_override in GetCert()
70 unsigned GetCertCount() const anope_override in GetCertCount()
82 bool FindCert(const Anope::string &entry) const anope_override in FindCert()
93 void EraseCert(const Anope::string &entry) anope_override in EraseCert()
122 struct ExtensibleItem : ::ExtensibleItem<NSCertListImpl> argument