libbgp
0.6
A C++ BGP Library.
|
This is the complete list of members for libbgp::Prefix, including all inherited members.
afi (defined in libbgp::Prefix) | libbgp::Prefix | |
includes(const Prefix &other) const =0 | libbgp::Prefix | pure virtual |
operator!=(const Prefix &other) const =0 (defined in libbgp::Prefix) | libbgp::Prefix | pure virtual |
operator<(const Prefix &other) const =0 (defined in libbgp::Prefix) | libbgp::Prefix | pure virtual |
operator<=(const Prefix &other) const =0 (defined in libbgp::Prefix) | libbgp::Prefix | pure virtual |
operator==(const Prefix &other) const =0 (defined in libbgp::Prefix) | libbgp::Prefix | pure virtual |
operator>(const Prefix &other) const =0 (defined in libbgp::Prefix) | libbgp::Prefix | pure virtual |
operator>=(const Prefix &other) const =0 (defined in libbgp::Prefix) | libbgp::Prefix | pure virtual |
parse(const uint8_t *buffer, size_t buf_sz)=0 | libbgp::Prefix | pure virtual |
write(uint8_t *buffer, size_t buf_sz) const =0 | libbgp::Prefix | pure virtual |
~Prefix() (defined in libbgp::Prefix) | libbgp::Prefix | inlinevirtual |