Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorten some subclause stable names #44

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
[internet.*.comparisons] Rename to [internet.*.comp]
  • Loading branch information
jwakely committed Oct 5, 2016
commit 48f54a25f4d35feb0093891123c88286daf03884
20 changes: 10 additions & 10 deletions src/internetprotocol.tex
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@


\indexlibrarytwo{address}{operator==}%
\rSec2[internet.address.comparisons]{\tcode{ip::address} comparisons}
\rSec2[internet.address.comp]{\tcode{ip::address} comparisons}

\begin{itemdecl}
constexpr bool operator==(const address& a, const address& b) noexcept;
Expand Down Expand Up @@ -1136,7 +1136,7 @@



\rSec2[internet.address.v4.comparisons]{\tcode{ip::address_v4} comparisons}
\rSec2[internet.address.v4.comp]{\tcode{ip::address_v4} comparisons}

\indexlibrarytwo{address_v4}{operator==}%
\begin{itemdecl}
Expand Down Expand Up @@ -1631,7 +1631,7 @@



\rSec2[internet.address.v6.comparisons]{\tcode{ip::address_v6} comparisons}
\rSec2[internet.address.v6.comp]{\tcode{ip::address_v6} comparisons}

\indexlibrarytwo{address_v6}{operator==}%
\begin{itemdecl}
Expand Down Expand Up @@ -2266,7 +2266,7 @@



\rSec2[internet.network.v4.comparisons]{\tcode{ip::network_v4} comparisons}
\rSec2[internet.network.v4.comp]{\tcode{ip::network_v4} comparisons}

\begin{itemdecl}
constexpr bool operator==(const network_v4& a, const network_v4& b) noexcept;
Expand Down Expand Up @@ -2512,7 +2512,7 @@



\rSec2[internet.network.v6.comparisons]{\tcode{ip::network_v6} comparisons}
\rSec2[internet.network.v6.comp]{\tcode{ip::network_v6} comparisons}

\begin{itemdecl}
constexpr bool operator==(const network_v6& a, const network_v6& b) noexcept;
Expand Down Expand Up @@ -2783,7 +2783,7 @@



\rSec2[internet.endpoint.comparisons]{\tcode{ip::basic_endpoint} comparisons}
\rSec2[internet.endpoint.comp]{\tcode{ip::basic_endpoint} comparisons}

\begin{itemdecl}
template<class InternetProtocol>
Expand Down Expand Up @@ -3070,7 +3070,7 @@



\rSec2[internet.resolver.entry.comparisons]{\tcode{op::basic_resolver_entry} comparisons}
\rSec2[internet.resolver.entry.comp]{\tcode{op::basic_resolver_entry} comparisons}

\begin{itemdecl}
template<class InternetProtocol>
Expand Down Expand Up @@ -3297,7 +3297,7 @@



\rSec2[internet.resolver.results.comparisons]{\tcode{ip::basic_resolver_results} comparisons}
\rSec2[internet.resolver.results.comp]{\tcode{ip::basic_resolver_results} comparisons}

\begin{itemdecl}
template<class InternetProtocol>
Expand Down Expand Up @@ -3948,7 +3948,7 @@
\enternote The constants \tcode{AF_INET}, \tcode{AF_INET6} and \tcode{SOCK_STREAM} are defined in the POSIX header file \tcode{<sys/socket.h>}. The constant \tcode{IPPROTO_TCP} is defined in the POSIX header file \tcode{<netinet/in.h>}. \exitnote


\rSec2[internet.tcp.comparisons]{\tcode{ip::tcp} comparisons}
\rSec2[internet.tcp.comp]{\tcode{ip::tcp} comparisons}

\begin{itemdecl}
constexpr bool operator==(const tcp& a, const tcp& b) noexcept;
Expand Down Expand Up @@ -4076,7 +4076,7 @@
\enternote The constants \tcode{AF_INET}, \tcode{AF_INET6} and \tcode{SOCK_DGRAM} are defined in the POSIX header file \tcode{<sys/socket.h>}. The constant \tcode{IPPROTO_UDP} is defined in the POSIX header file \tcode{<netinet/in.h>}. \exitnote


\rSec2[internet.udp.comparisons]{\tcode{ip::udp} comparisons}
\rSec2[internet.udp.comp]{\tcode{ip::udp} comparisons}

\begin{itemdecl}
constexpr bool operator==(const udp& a, const udp& b) noexcept;
Expand Down