OpenSDN source code
BgpProto::BgpMessage Struct Reference

#include <bgp_proto.h>

Inheritance diagram for BgpProto::BgpMessage:
Collaboration diagram for BgpProto::BgpMessage:

Public Member Functions

 BgpMessage (MessageType type)
 
virtual const std::string ToString () const
 
- Public Member Functions inherited from ParseObject
virtual ~ParseObject ()
 

Public Attributes

MessageType type
 

Detailed Description

Definition at line 50 of file bgp_proto.h.

Constructor & Destructor Documentation

◆ BgpMessage()

BgpProto::BgpMessage::BgpMessage ( MessageType  type)
inlineexplicit

Definition at line 51 of file bgp_proto.h.

Member Function Documentation

◆ ToString()

virtual const std::string BgpProto::BgpMessage::ToString ( ) const
inlinevirtual

Reimplemented in BgpProto::Notification, and BgpProto::OpenMessage.

Definition at line 54 of file bgp_proto.h.

Member Data Documentation

◆ type

MessageType BgpProto::BgpMessage::type

Definition at line 53 of file bgp_proto.h.


The documentation for this struct was generated from the following file: