#include <Ipv6InterfaceData.h>
◆ detailedInfo()
| std::string inet::Ipv6InterfaceData::HostMulticastData::detailedInfo |
( |
| ) |
|
42 std::stringstream out;
43 out <<
"Joined Groups:";
◆ str()
| std::string inet::Ipv6InterfaceData::HostMulticastData::str |
( |
| ) |
|
24 std::stringstream out;
28 out <<
"\tmcastgrps:";
29 bool addComma =
false;
32 out << (addComma ?
"," :
"") << elem;
Referenced by inet::Ipv6InterfaceData::str().
◆ joinedMulticastGroups
◆ refCounts
| std::vector<int> inet::Ipv6InterfaceData::HostMulticastData::refCounts |
The documentation for this struct was generated from the following files: