OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

Definition at line 51 of file bgp_proto.h.

Member Function Documentation

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

MessageType BgpProto::BgpMessage::type

Definition at line 53 of file bgp_proto.h.


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