Apache Mesos
Public Member Functions | Static Public Member Functions | List of all members
net::MAC Class Reference

#include <mac.hpp>

Public Member Functions

 MAC (const uint8_t(&_bytes)[6])
 
uint8_t operator[] (size_t index) const
 
bool operator== (const MAC &that) const
 
bool operator!= (const MAC &that) const
 

Static Public Member Functions

static Try< MACparse (const std::string &s)
 

Constructor & Destructor Documentation

net::MAC::MAC ( const uint8_t(&)  _bytes[6])
inlineexplicit

Member Function Documentation

bool net::MAC::operator!= ( const MAC that) const
inline
bool net::MAC::operator== ( const MAC that) const
inline
uint8_t net::MAC::operator[] ( size_t  index) const
inline
static Try<MAC> net::MAC::parse ( const std::string &  s)
inlinestatic

The documentation for this class was generated from the following file: