class Options

Helper class to manipulate the options field in packets and LSAs. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods

Public Members


Detailed Description

Helper class to manipulate the options field in packets and LSAs.

static const uint32_t V6_bit

V6_bit

static const uint32_t E_bit

E_bit

static const uint32_t MC_bit

MC_bit

static const uint32_t N_bit

N_bit

static const uint32_t P_bit

P_bit

static const uint32_t R_bit

R_bit

static const uint32_t EA_bit

EA_bit

static const uint32_t DC_bit

DC_bit

 Options (OspfTypes::Version version, uint32_t options)

Options

void  set_bit (bool set, uint32_t bit)

set_bit

bool  get_bit (uint32_t bit)

get_bit

[const]

void  set_v6_bit (bool set)

set_v6_bit

bool  get_v6_bit ()

get_v6_bit

[const]

void  set_e_bit (bool set)

set_e_bit

bool  get_e_bit ()

get_e_bit

[const]

void  set_mc_bit (bool set)

set_mc_bit

bool  get_mc_bit ()

get_mc_bit

[const]

void  set_n_bit (bool set)

set_n_bit

bool  get_n_bit ()

get_n_bit

[const]

void  set_p_bit (bool set)

set_p_bit

bool  get_p_bit ()

get_p_bit

[const]

void  set_r_bit (bool set)

set_r_bit

bool  get_r_bit ()

get_r_bit

[const]

void  set_ea_bit (bool set)

set_ea_bit

bool  get_ea_bit ()

get_ea_bit

[const]

void  set_dc_bit (bool set)

set_dc_bit

bool  get_dc_bit ()

get_dc_bit

[const]

uint32_t  get_options ()

get_options

string  pp_bool (bool val)

pp_bool

[const]

string  str ()

str

[const]


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:38 2006, using kdoc $.