#include <netlink.hh>
Inheritance diagram for olsr::sys::netlink::NLAddrAttrLabel:
Public Member Functions | |
NLAddrAttrLabel (const std::string &label) | |
virtual | ~NLAddrAttrLabel () |
virtual void | accept (Visitor &v) const |
const std::string & | label () const |
Private Attributes | |
const std::string | _label |
olsr::sys::netlink::NLAddrAttrLabel::NLAddrAttrLabel | ( | const std::string & | label | ) | [inline] |
virtual olsr::sys::netlink::NLAddrAttrLabel::~NLAddrAttrLabel | ( | ) | [inline, virtual] |
virtual void olsr::sys::netlink::NLAddrAttrLabel::accept | ( | Visitor & | v | ) | const [inline, virtual] |
Implements olsr::sys::netlink::NLAddrAttr.
const std::string& olsr::sys::netlink::NLAddrAttrLabel::label | ( | ) | const [inline] |
const std::string olsr::sys::netlink::NLAddrAttrLabel::_label [private] |