El Octavio  1.0
This is a video game about adventures.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
IpAddress.hpp File Reference
#include <SFML/Network/Export.hpp>
#include <SFML/System/Time.hpp>
#include <istream>
#include <ostream>
#include <string>
+ Include dependency graph for IpAddress.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sf::IpAddress
 Encapsulate an IPv4 network address. More...
 

Namespaces

namespace  sf
 

Functions

SFML_NETWORK_API bool sf::operator== (const IpAddress &left, const IpAddress &right)
 Overload of == operator to compare two IP addresses. More...
 
SFML_NETWORK_API bool sf::operator!= (const IpAddress &left, const IpAddress &right)
 Overload of != operator to compare two IP addresses. More...
 
SFML_NETWORK_API bool sf::operator< (const IpAddress &left, const IpAddress &right)
 Overload of < operator to compare two IP addresses. More...
 
SFML_NETWORK_API bool sf::operator> (const IpAddress &left, const IpAddress &right)
 Overload of > operator to compare two IP addresses. More...
 
SFML_NETWORK_API bool sf::operator<= (const IpAddress &left, const IpAddress &right)
 Overload of <= operator to compare two IP addresses. More...
 
SFML_NETWORK_API bool sf::operator>= (const IpAddress &left, const IpAddress &right)
 Overload of >= operator to compare two IP addresses. More...
 
SFML_NETWORK_API std::istream & sf::operator>> (std::istream &stream, IpAddress &address)
 Overload of >> operator to extract an IP address from an input stream. More...
 
SFML_NETWORK_API std::ostream & sf::operator<< (std::ostream &stream, const IpAddress &address)
 Overload of << operator to print an IP address to an output stream. More...