class RouteCmd

The idealised command to execute. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Types

Public Methods


Detailed Description

The idealised command to execute.

enum Cmd {ADD, DELETE, REPLACE}

Cmd

 RouteCmd ()

RouteCmd

 RouteCmd (Cmd cmd, A node, A nexthop, A prevhop, int weight = 0, bool next_hop_changed = false, bool weight_changed = false)

RouteCmd

Cmd  cmd ()

cmd

[const]

const A&  node ()

node

[const]

const A&  nexthop ()

nexthop

[const]

const A&  prevhop ()

prevhop

[const]

int  weight ()

weight

[const]

bool  next_hop_changed ()

next_hop_changed

[const]

bool  weight_changed ()

weight_changed

[const]

bool  operator== (const RouteCmd& lhs)

operator==

string  c ()

c

[const]

string  str ()

str

[const]


Generated by: pavlin on kobe.xorp.net on Wed Jan 7 19:10:46 2009, using kdoc 2.0a54+XORP.