join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
interface.hpp File Reference
#include <join/macaddress.hpp>
#include <join/ipaddress.hpp>
#include <string>
#include <memory>
#include <vector>
#include <tuple>
#include <set>
#include <cstdint>
Include dependency graph for interface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::Interface
 interface class. More...
 

Namespaces

namespace  join
 

Typedefs

using join::InterfaceList = std::set <Interface::Ptr>
 list of interfaces.
 

Functions

bool join::operator== (const Interface::Ptr &lhs, const Interface::Ptr &rhs)
 compare if two interfaces are equals.
 
bool join::operator< (const Interface::Ptr &lhs, const Interface::Ptr &rhs)
 compare if interface is inferior.