#include <AsnCheckCmd.H>
Inheritance diagram for AsnCheckCmd:
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 |
list<int> AsnCheckCmd::get_asn_list | ( | ) | const [inline] |
Returns asn.
void AsnCheckCmd::reset | ( | ) | [inline] |