s_dcc_request_whois Struct Reference

#include <shared.h>

Collaboration diagram for s_dcc_request_whois:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores DCC requests that are pending to establis, and waiting for whois result.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 1218 of file shared.h.

Public Member Functions

void clear ()
 s_dcc_request_whois ()

Public Attributes

string full_name
bool got_whois
string host
string host_mask
string ident
bool irc_op
string nick
time_t start
string str


Constructor & Destructor Documentation

s_dcc_request_whois::s_dcc_request_whois  )  [inline]
 

Definition at line 1248 of file shared.h.

References clear().

01249     {
01250         clear();
01251     }

Here is the call graph for this function:


Member Function Documentation

void s_dcc_request_whois::clear  )  [inline]
 

Definition at line 1232 of file shared.h.

References full_name, got_whois, host, host_mask, ident, irc_op, nick, start, and str.

Referenced by irc_quoted_callback(), and s_dcc_request_whois().

01233     {
01234         start=0;
01235 
01236         str="";
01237         nick="";
01238         host_mask="";
01239 
01240         got_whois=false;
01241 
01242         ident="";
01243         host="";
01244         full_name="";
01245         irc_op=false;
01246     }


Member Data Documentation

string s_dcc_request_whois::full_name
 

Definition at line 1229 of file shared.h.

Referenced by clear().

bool s_dcc_request_whois::got_whois
 

Definition at line 1225 of file shared.h.

Referenced by clear().

string s_dcc_request_whois::host
 

Definition at line 1228 of file shared.h.

Referenced by clear().

string s_dcc_request_whois::host_mask
 

Definition at line 1223 of file shared.h.

Referenced by clear(), and irc_quoted_callback().

string s_dcc_request_whois::ident
 

Definition at line 1227 of file shared.h.

Referenced by clear().

bool s_dcc_request_whois::irc_op
 

Definition at line 1230 of file shared.h.

Referenced by clear().

string s_dcc_request_whois::nick
 

Definition at line 1222 of file shared.h.

Referenced by clear(), and irc_quoted_callback().

time_t s_dcc_request_whois::start
 

Definition at line 1219 of file shared.h.

Referenced by clear(), and irc_quoted_callback().

string s_dcc_request_whois::str
 

Definition at line 1221 of file shared.h.

Referenced by clear(), and irc_quoted_callback().


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

Hosted by SourceForge.net Logo