#include <gate.hh>
Inheritance diagram for olsr::set::GateEntry:
Public Member Functions | |
GateEntry (const address_t &naddr, const unsigned prefix) | |
virtual | ~GateEntry () |
const address_t & | net_addr () const |
const address_t & | netmask_addr () const |
const unsigned & | prefix () const |
bool | operator< (const This &rhs) const |
Private Types | |
typedef GateEntry | This |
typedef utl::MultiStampable< 1, address_t > | Super |
Private Attributes | |
const address_t | naddr_ |
const address_t | nmask_ |
const unsigned | prefix_ |
|
|
|
Reimplemented from olsr::utl::MultiStampable< 1, address_t >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|