TrinityCore
Loading...
Searching...
No Matches
Trinity::Net::Impl::AddressFormatter Struct Reference

#include <IpAddress.h>

+ Inheritance diagram for Trinity::Net::Impl::AddressFormatter:

Public Member Functions

template<typename FormatContext >
FormatContext::iterator format (boost::asio::ip::address_v4 const &address, FormatContext &ctx) const
 
template<typename FormatContext >
FormatContext::iterator format (boost::asio::ip::address_v6 const &address, FormatContext &ctx) const
 
template<typename FormatContext >
FormatContext::iterator format (boost::asio::ip::address const &address, FormatContext &ctx) const
 
- Public Member Functions inherited from Trinity::NoArgFormatterBase
template<typename ParseContext >
constexpr ParseContext::iterator parse (ParseContext &ctx)
 

Detailed Description

Definition at line 35 of file IpAddress.h.

Member Function Documentation

◆ format() [1/3]

template<typename FormatContext >
FormatContext::iterator Trinity::Net::Impl::AddressFormatter::format ( boost::asio::ip::address const &  address,
FormatContext &  ctx 
) const

Definition at line 45 of file IpAddress.cpp.

◆ format() [2/3]

template<typename FormatContext >
FormatContext::iterator Trinity::Net::Impl::AddressFormatter::format ( boost::asio::ip::address_v4 const &  address,
FormatContext &  ctx 
) const

Definition at line 23 of file IpAddress.cpp.

+ Here is the call graph for this function:

◆ format() [3/3]

template<typename FormatContext >
FormatContext::iterator Trinity::Net::Impl::AddressFormatter::format ( boost::asio::ip::address_v6 const &  address,
FormatContext &  ctx 
) const

Definition at line 34 of file IpAddress.cpp.

+ Here is the call graph for this function:

The documentation for this struct was generated from the following files: