Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
IPAddress.h File Reference
#include "Poco/Net/Net.h"
#include "Poco/Net/SocketDefs.h"
#include "Poco/Net/IPAddressImpl.h"
#include "Poco/AutoPtr.h"
#include "Poco/Exception.h"
#include <vector>
#include <ostream>
+ Include dependency graph for IPAddress.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Poco::Net::IPAddress
 

Namespaces

namespace  Poco
 
namespace  Poco::Net
 

Functions

Net_API Poco::BinaryWriteroperator<< (Poco::BinaryWriter &writer, const Poco::Net::IPAddress &value)
 
Net_API Poco::BinaryReaderoperator>> (Poco::BinaryReader &reader, Poco::Net::IPAddress &value)
 
Net_API std::ostream & operator<< (std::ostream &ostr, const Poco::Net::IPAddress &addr)
 

Function Documentation

◆ operator<<() [1/2]

Net_API Poco::BinaryWriter & operator<< ( Poco::BinaryWriter & writer,
const Poco::Net::IPAddress & value )

◆ operator<<() [2/2]

Net_API std::ostream & operator<< ( std::ostream & ostr,
const Poco::Net::IPAddress & addr )

◆ operator>>()