[ libArts | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of ArtsBgp4AsPathSegment
Back to the top of ArtsBgp4AsPathSegment
uint8_t Type() const;
-------------------------------------------------------------------------
uint8_t Type() const .........................................................................
Returns the type of the segment (1 == SET, 2 == SEQUENCE).
-------------------------------------------------------------------------
uint8_t Type() const;
Back to the top of ArtsBgp4AsPathSegment
uint8_t Type(uint8_t type);
-------------------------------------------------------------------------
uint8_t Type(uint8_t type) .........................................................................
Sets and returns the type of the segment (1 == SET, 2 == SEQUENCE).
-------------------------------------------------------------------------
uint8_t Type(uint8_t type);
Back to the top of ArtsBgp4AsPathSegment
uint8_t Length() const;
-------------------------------------------------------------------------
uint8_t Length() const .........................................................................
Returns the length of the segment. This represents the number of AS numbers in the segment.
-------------------------------------------------------------------------
uint8_t Length() const;
Back to the top of ArtsBgp4AsPathSegment
uint8_t Length(uint8_t length);
-------------------------------------------------------------------------
uint8_t Length(uint8_t length) .........................................................................
Sets and returns the length of the segment.
-------------------------------------------------------------------------
uint8_t Length(uint8_t length);
Back to the top of ArtsBgp4AsPathSegment
vector<uint16_t> & AS() const;
-------------------------------------------------------------------------
vector<uint16_t> & AS() const .........................................................................
Returns a reference to the vector of AS numbers in the segment. Note that this member can be called on a const object though we don't return a const reference; the vector of AS numbers is mutable.
-------------------------------------------------------------------------
vector<uint16_t> & AS() const;
Back to the top of ArtsBgp4AsPathSegment
Back to the top of ArtsBgp4AsPathSegment
Back to the top of ArtsBgp4AsPathSegment
Back to the top of ArtsBgp4AsPathSegment
Report problems to jkotula@unimax.com