|
OpenSDN source code
|
#include <bgp_origin_vn_path.h>


Public Member Functions | |
| OriginVnPathDB (BgpServer *server) | |
| OriginVnPathPtr | PrependAndLocate (const OriginVnPath *ovnpath, const OriginVnPath::OriginVnValue &value) |
Public Member Functions inherited from BgpPathAttributeDB< OriginVnPath, OriginVnPathPtr, OriginVnPathSpec, OriginVnPathCompare, OriginVnPathDB > | |
| BgpPathAttributeDB (int hash_size=GetHashSize()) | |
| size_t | Size () |
| void | Delete (OriginVnPath *attr) |
| OriginVnPathPtr | Locate (OriginVnPath *attr) |
| OriginVnPathPtr | Locate (const OriginVnPathSpec &spec) |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (OriginVnPathDB) | |
Definition at line 111 of file bgp_origin_vn_path.h.
|
explicit |
Definition at line 105 of file bgp_origin_vn_path.cc.
|
private |
| OriginVnPathPtr OriginVnPathDB::PrependAndLocate | ( | const OriginVnPath * | ovnpath, |
| const OriginVnPath::OriginVnValue & | value | ||
| ) |