OpFlex Framework
1.3.0
|
Interface definition file for MACs. More...
#include <boost/shared_ptr.hpp>
#include <boost/any.hpp>
#include <boost/functional/hash.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | opflex::modb::MAC |
A MAC address is used to identify devices on an ethernet network. More... | |
Functions | |
std::ostream & | opflex::modb::operator<< (std::ostream &os, const MAC &mac) |
Stream insertion operator. | |
bool | opflex::modb::operator== (const MAC &lhs, const MAC &rhs) |
Check for MAC equality. | |
bool | opflex::modb::operator!= (const MAC &lhs, const MAC &rhs) |
Check for MAC inequality. | |
size_t | opflex::modb::hash_value (MAC const &mac) |
Compute a hash value for the MAC, making MAC suitable as a key in an unordered_map. | |
Interface definition file for MACs.