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 possum.icir.org on Wed Aug 2 15:36:02 2006, using kdoc $.