proxygen
folly::test::TestAcceptCallback::EventInfo Struct Reference

#include <AsyncSocketTest2.h>

Public Member Functions

 EventInfo (int fd_, const folly::SocketAddress &addr)
 
 EventInfo (const std::string &msg)
 
 EventInfo (EventType et)
 

Public Attributes

EventType type
 
int fd
 
folly::SocketAddress address
 
std::string errorMsg
 

Detailed Description

Definition at line 145 of file AsyncSocketTest2.h.

Constructor & Destructor Documentation

folly::test::TestAcceptCallback::EventInfo::EventInfo ( int  fd_,
const folly::SocketAddress addr 
)
inline
folly::test::TestAcceptCallback::EventInfo::EventInfo ( const std::string msg)
inlineexplicit
folly::test::TestAcceptCallback::EventInfo::EventInfo ( EventType  et)
inlineexplicit

Member Data Documentation

folly::SocketAddress folly::test::TestAcceptCallback::EventInfo::address

Definition at line 155 of file AsyncSocketTest2.h.

std::string folly::test::TestAcceptCallback::EventInfo::errorMsg

Definition at line 156 of file AsyncSocketTest2.h.

int folly::test::TestAcceptCallback::EventInfo::fd

Definition at line 154 of file AsyncSocketTest2.h.

EventType folly::test::TestAcceptCallback::EventInfo::type

Definition at line 153 of file AsyncSocketTest2.h.


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