@@ -0,0 +1,8 @@
#include "tlv.h"
TLVNode::TLVNode(const uint16_t type)
: type_(type) {}
TLVNode::TLVNode(const uint16_t type, const std::string value)
: type_(type),
value_(value) {}
The note is not visible to the blocked user.