Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

sim::RouteEntry Class Reference

Implementation of an single Route Entry. More...

#include <routedb.h>

List of all members.

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


Detailed Description

Implementation of an single Route Entry.


Constructor & Destructor Documentation

sim::RouteEntry::RouteEntry u_int  size,
int *  rt
[inline]
 

Construct a new RouteEntry object from the provided information.

Parameters:
size The size of the route
rt The route


Member Function Documentation

const u_int sim::RouteEntry::getSize  )  [inline]
 

Get the size of the route.

Returns:
The size of the route

int* sim::RouteEntry::getRoute  )  [inline]
 

Get the route.

Returns:
The route (or NULL)


Member Data Documentation

u_int sim::RouteEntry::_size [protected]
 

int* sim::RouteEntry::_rt [protected]
 


The documentation for this class was generated from the following file:
Generated on Fri May 21 15:23:22 2004 for Optical Network Simulation (Build) by doxygen 1.3.7