#include <AsnCheckCmd.H>
Public Member Functions | |
AsnCheckCmd (bool reset=true) | |
Default constructor. | |
void | add_asn (const int asn) |
Sets asn. | |
list< int > | get_asn_list () const |
Returns asn. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
list< int > | _asn_list |
autonomous system number |
void AsnCheckCmd::add_asn | ( | const int | asn | ) | [inline] |
Sets asn.
asn | autonomous system number |
References _asn_list.
Referenced by cmd_asn_check().
list<int> AsnCheckCmd::get_asn_list | ( | ) | const [inline] |
void AsnCheckCmd::reset | ( | ) | [inline] |
Reset object attributes.
reset attributes
Reimplemented from Command.
References _asn_list.
Referenced by AsnCheckCmd().