s_send_later Struct Reference

Collaboration diagram for s_send_later:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores data to send later.

Author:
VooDooMan
Version:
2
Date:
2004, 2005

Definition at line 102 of file sock.cpp.

Public Member Functions

 s_send_later ()

Public Attributes

list< s_datadata
 Array of data packets.
time_t last_send
 Timestamp of last send operation.
s_socket socket
 Socket handle.


Constructor & Destructor Documentation

s_send_later::s_send_later  )  [inline]
 

Definition at line 110 of file sock.cpp.

References s_socket::clear(), data, last_send, and socket.

00111     {
00112         //has_error=false;
00113         socket.clear();
00114         data.clear();
00115         //last_error=0;
00116         last_send=time(NULL);
00117     }

Here is the call graph for this function:


Member Data Documentation

list<s_data> s_send_later::data
 

Array of data packets.

Definition at line 106 of file sock.cpp.

Referenced by s_send_later().

time_t s_send_later::last_send
 

Timestamp of last send operation.

Definition at line 108 of file sock.cpp.

Referenced by s_send_later(), sock_create_later(), and sock_send().

s_socket s_send_later::socket
 

Socket handle.

Definition at line 105 of file sock.cpp.

Referenced by s_send_later(), sock_create_later(), and sock_send().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:49 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo