Init()
Initializes the TLV.
GetNumEntries() const
Returns the number of HasRoute entries.
GetEntry()
Returns a pointer to the HasRoute entry at a given index.
GetEntry() const
Returns a pointer to the HasRoute entry at a given index.
GetFirstEntry()
Returns a pointer to the first HasRouteEntry (at index 0'th).
GetFirstEntry() const
Returns a pointer to the first HasRouteEntry (at index 0'th).
GetLastEntry()
Returns a pointer to the last HasRouteEntry. If there are no entries the pointer will be invalid but guaranteed to be before the `GetFirstEntry()` pointer.
GetLastEntry() const
Returns a pointer to the last HasRouteEntry. If there are no entries the pointer will be invalid but guaranteed to be before the `GetFirstEntry()` pointer.