mcproxy/mcproxy/include/utils/if_prop.hpp File Reference
#include <list>
#include <map>
#include <ifaddrs.h>
Go to the source code of this file.
Classes | |
class | if_prop |
Prepare and organized the interface properties to a map data structure. More... | |
Typedefs | |
typedef map< string, ipv4_6_pair > | if_prop_map |
typedef pair< string, ipv4_6_pair > | if_prop_pair |
typedef pair< struct ifaddrs *, list< struct ifaddrs * > > | ipv4_6_pair |
Typedef Documentation
typedef map<string, ipv4_6_pair > if_prop_map |
typedef pair<string, ipv4_6_pair > if_prop_pair |
typedef pair<struct ifaddrs* , list<struct ifaddrs*> > ipv4_6_pair |