From 5f3d7cc64f6f71fff52166dd6488f2df0378375b Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 25 May 2005 22:04:11 +0000 Subject: Changed documentation to add parameters git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1523 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/connection_8h-source.html | 168 +++++++++++++++--------------- 1 file changed, 84 insertions(+), 84 deletions(-) (limited to 'docs/module-doc/connection_8h-source.html') diff --git a/docs/module-doc/connection_8h-source.html b/docs/module-doc/connection_8h-source.html index 39d8ccda8..d4a476e54 100644 --- a/docs/module-doc/connection_8h-source.html +++ b/docs/module-doc/connection_8h-source.html @@ -90,95 +90,95 @@ 00138 00141 std::string GetServerName(); 00142 -00145 void SetServerName(std::string serv); -00146 -00149 int GetDescriptor(); -00150 -00153 void SetDescriptor(int fd); -00154 -00157 int GetState(); -00158 -00161 void SetState(int state); +00146 void SetServerName(std::string serv); +00147 +00151 int GetDescriptor(); +00152 +00156 void SetDescriptor(int fd); +00157 +00161 int GetState(); 00162 -00165 char* GetServerIP(); -00166 -00169 std::string GetDescription(); -00170 -00173 void SetDescription(std::string desc); -00174 -00180 int GetServerPort(); -00181 -00184 void SetServerPort(int p); -00185 -00188 bool SetHostAndPort(char* newhost, int newport); -00189 -00193 void CloseConnection(); -00194 -00199 bool AddBuffer(std::string a); -00200 -00205 bool BufferIsComplete(); -00206 -00209 void ClearBuffer(); -00210 -00215 std::string GetBuffer(); -00216 -00219 void SetVersionString(std::string newversion); -00220 -00224 std::string GetVersionString(); -00225 -00229 bool AddWriteBuf(std::string data); +00166 void SetState(int state); +00167 +00171 char* GetServerIP(); +00172 +00176 std::string GetDescription(); +00177 +00181 void SetDescription(std::string desc); +00182 +00190 int GetServerPort(); +00191 +00195 void SetServerPort(int p); +00196 +00202 bool SetHostAndPort(char* newhost, int newport); +00203 +00207 void CloseConnection(); +00208 +00217 bool AddBuffer(std::string a); +00218 +00225 bool BufferIsComplete(); +00226 +00229 void ClearBuffer(); 00230 -00234 bool FlushWriteBuf(); -00235 -00238 void SetWriteError(std::string error); -00239 -00242 std::string GetWriteError(); +00237 std::string GetBuffer(); +00238 +00242 void SetVersionString(std::string newversion); 00243 -00246 bool HasBufferedOutput(); -00247 -00251 bool CheckPing(); -00252 -00255 void ResetPing(); -00256 }; -00257 -00258 -00261 class connection : public Extensible -00262 { -00263 public: -00266 int fd; -00267 -00270 char host[160]; -00271 -00274 char ip[16]; -00275 -00278 int bytes_in; -00279 -00282 int bytes_out; -00283 -00286 int cmds_in; +00249 std::string GetVersionString(); +00250 +00258 bool AddWriteBuf(std::string data); +00259 +00265 bool FlushWriteBuf(); +00266 +00270 void SetWriteError(std::string error); +00271 +00275 std::string GetWriteError(); +00276 +00280 bool HasBufferedOutput(); +00281 +00286 bool CheckPing(); 00287 -00290 int cmds_out; -00291 -00294 bool haspassed; -00295 -00300 int port; -00301 -00304 char registered; -00305 -00308 time_t lastping; -00309 -00312 time_t signon; -00313 -00316 time_t idle_lastmsg; -00317 -00320 time_t nping; -00321 -00324 connection(); -00325 }; +00290 void ResetPing(); +00291 }; +00292 +00293 +00296 class connection : public Extensible +00297 { +00298 public: +00301 int fd; +00302 +00305 char host[160]; +00306 +00309 char ip[16]; +00310 +00313 int bytes_in; +00314 +00317 int bytes_out; +00318 +00321 int cmds_in; +00322 +00325 int cmds_out; 00326 -00327 -00328 #endif -
Generated on Wed May 25 21:42:13 2005 for InspIRCd by +00329 bool haspassed; +00330 +00335 int port; +00336 +00339 char registered; +00340 +00343 time_t lastping; +00344 +00347 time_t signon; +00348 +00351 time_t idle_lastmsg; +00352 +00355 time_t nping; +00356 +00359 connection(); +00360 }; +00361 +00362 +00363 #endif +
Generated on Wed May 25 22:02:04 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3