proxygen
SerializeData Struct Reference

Public Member Functions

 SerializeData (const std::string &addr, const ByteVector &bytes_)
 

Public Attributes

std::string address
 
ByteVector bytes
 

Detailed Description

Definition at line 119 of file IPAddressTest.cpp.

Constructor & Destructor Documentation

SerializeData::SerializeData ( const std::string addr,
const ByteVector bytes_ 
)
inline

Definition at line 123 of file IPAddressTest.cpp.

124  : address(addr), bytes(bytes_) {}
ByteVector bytes
ThreadPoolListHook * addr
std::string address

Member Data Documentation

std::string SerializeData::address

Definition at line 120 of file IPAddressTest.cpp.

ByteVector SerializeData::bytes

Definition at line 121 of file IPAddressTest.cpp.


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