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