UriScheme.h
Go to the documentation of this file.
45 bool operator != (AnyP::ProtocolType const & aProtocol) const { return theScheme_ != aProtocol; }
Definition: UriScheme.h:25
std::vector< SBuf > LowercaseSchemeNames
Definition: UriScheme.h:27
AnyP::ProtocolType theScheme_
This is a typecode pointer into the enum/registry of protocols handled.
Definition: UriScheme.h:66
AnyP::UriScheme & operator=(AnyP::UriScheme &&)=default
static AnyP::ProtocolType FindProtocolType(const SBuf &)
Definition: UriScheme.cc:52
AnyP::UriScheme & operator=(const AnyP::UriScheme &o)
Definition: UriScheme.h:36
UriScheme(AnyP::UriScheme &&)=default
static LowercaseSchemeNames LowercaseSchemeNames_
Definition: UriScheme.h:63
bool operator!=(AnyP::ProtocolType const &aProtocol) const
Definition: UriScheme.h:45
Definition: forward.h:15
std::ostream & operator<<(std::ostream &os, ProtocolType const &p)
Definition: ProtocolType.h:53