proxygen
|
#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 |
Definition at line 145 of file AsyncSocketTest2.h.
|
inline |
Definition at line 146 of file AsyncSocketTest2.h.
|
inlineexplicit |
Definition at line 148 of file AsyncSocketTest2.h.
|
inlineexplicit |
Definition at line 150 of file AsyncSocketTest2.h.
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.