#include <routedb.h>
Public Member Functions | |
int * | getRoute () |
Get the route. | |
const u_int | getSize () |
Get the size of the route. | |
RouteEntry (u_int size, int *rt) | |
Construct a new RouteEntry object from the provided information. | |
Protected Attributes | |
int * | _rt |
u_int | _size |
|
Construct a new
|
|
Get the size of the route.
|
|
Get the route.
|
|
|
|
|