Public Member Functions | Public Attributes | List of all members
expected_write Struct Reference

Public Member Functions

 expected_write (int fd, size_t count, ssize_t ret, int _errno)
 
 expected_write (int fd, std::string data, size_t count, size_t max_write)
 

Public Attributes

int _errno
 
size_t count
 
std::string data
 
int fd
 
size_t max_write
 
ssize_t ret
 

Detailed Description

Definition at line 453 of file test_socket.cpp.

Constructor & Destructor Documentation

◆ expected_write() [1/2]

expected_write::expected_write ( int  fd,
std::string  data,
size_t  count,
size_t  max_write 
)
inline

Definition at line 454 of file test_socket.cpp.

◆ expected_write() [2/2]

expected_write::expected_write ( int  fd,
size_t  count,
ssize_t  ret,
int  _errno 
)
inline

Definition at line 462 of file test_socket.cpp.

Member Data Documentation

◆ _errno

int expected_write::_errno

Definition at line 470 of file test_socket.cpp.

◆ count

size_t expected_write::count

Definition at line 467 of file test_socket.cpp.

◆ data

std::string expected_write::data

Definition at line 466 of file test_socket.cpp.

◆ fd

int expected_write::fd

Definition at line 465 of file test_socket.cpp.

◆ max_write

size_t expected_write::max_write

Definition at line 468 of file test_socket.cpp.

◆ ret

ssize_t expected_write::ret

Definition at line 469 of file test_socket.cpp.


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


xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix, Dirk Thomas , Jacob Perron
autogenerated on Thu Nov 23 2023 04:01:41