[Home]BoostSocket/AddressInfoConcept

BOOST WIKI | BoostSocket | RecentChanges | Preferences | Page List | Links List

Address Info

Info on an address

      any_protocol protocol() const;
      any_address address() const;
      std::string hostname() const;
      const int flags() const;

Address Info List

Obtain list of address for given name and service.

      typedef ... iterator;
      address_info_list(const char* name,
                        const char* service,
                        const int   flags=0,
                        const int   family=0,
                        const int   socktype=0,
                        const int   protocol=0);
      iterator begin() const;
      iterator end() const;

BOOST WIKI | BoostSocket | RecentChanges | Preferences | Page List | Links List
Edit text of this page | View other revisions
Last edited December 18, 2004 12:31 pm (diff)
Search:
Disclaimer: This site not officially maintained by Boost Developers