141 lines
		
	
	
		
			5.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			141 lines
		
	
	
		
			5.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
						|
<head>
 | 
						|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
						|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 | 
						|
<meta name="generator" content="Doxygen 1.8.9.1"/>
 | 
						|
<title>Server DNC: Class Members - Variables</title>
 | 
						|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
						|
<script type="text/javascript" src="jquery.js"></script>
 | 
						|
<script type="text/javascript" src="dynsections.js"></script>
 | 
						|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
						|
<script type="text/javascript" src="search/searchdata.js"></script>
 | 
						|
<script type="text/javascript" src="search/search.js"></script>
 | 
						|
<script type="text/javascript">
 | 
						|
  $(document).ready(function() { init_search(); });
 | 
						|
</script>
 | 
						|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 | 
						|
<div id="titlearea">
 | 
						|
<table cellspacing="0" cellpadding="0">
 | 
						|
 <tbody>
 | 
						|
 <tr style="height: 56px;">
 | 
						|
  <td style="padding-left: 0.5em;">
 | 
						|
   <div id="projectname">Server DNC
 | 
						|
    <span id="projectnumber">1.0</span>
 | 
						|
   </div>
 | 
						|
   <div id="projectbrief">A TCP chat server implementation</div>
 | 
						|
  </td>
 | 
						|
 </tr>
 | 
						|
 </tbody>
 | 
						|
</table>
 | 
						|
</div>
 | 
						|
<!-- end header part -->
 | 
						|
<!-- Generated by Doxygen 1.8.9.1 -->
 | 
						|
<script type="text/javascript">
 | 
						|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
 | 
						|
</script>
 | 
						|
  <div id="navrow1" class="tabs">
 | 
						|
    <ul class="tablist">
 | 
						|
      <li><a href="index.html"><span>Main Page</span></a></li>
 | 
						|
      <li><a href="pages.html"><span>Related Pages</span></a></li>
 | 
						|
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
 | 
						|
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
 | 
						|
      <li><a href="files.html"><span>Files</span></a></li>
 | 
						|
      <li>
 | 
						|
        <div id="MSearchBox" class="MSearchBoxInactive">
 | 
						|
        <span class="left">
 | 
						|
          <img id="MSearchSelect" src="search/mag_sel.png"
 | 
						|
               onmouseover="return searchBox.OnSearchSelectShow()"
 | 
						|
               onmouseout="return searchBox.OnSearchSelectHide()"
 | 
						|
               alt=""/>
 | 
						|
          <input type="text" id="MSearchField" value="Search" accesskey="S"
 | 
						|
               onfocus="searchBox.OnSearchFieldFocus(true)" 
 | 
						|
               onblur="searchBox.OnSearchFieldFocus(false)" 
 | 
						|
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
 | 
						|
          </span><span class="right">
 | 
						|
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
 | 
						|
          </span>
 | 
						|
        </div>
 | 
						|
      </li>
 | 
						|
    </ul>
 | 
						|
  </div>
 | 
						|
  <div id="navrow2" class="tabs2">
 | 
						|
    <ul class="tablist">
 | 
						|
      <li><a href="annotated.html"><span>Class List</span></a></li>
 | 
						|
      <li><a href="classes.html"><span>Class Index</span></a></li>
 | 
						|
      <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
 | 
						|
      <li class="current"><a href="functions.html"><span>Class Members</span></a></li>
 | 
						|
    </ul>
 | 
						|
  </div>
 | 
						|
  <div id="navrow3" class="tabs2">
 | 
						|
    <ul class="tablist">
 | 
						|
      <li><a href="functions.html"><span>All</span></a></li>
 | 
						|
      <li><a href="functions_func.html"><span>Functions</span></a></li>
 | 
						|
      <li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
 | 
						|
    </ul>
 | 
						|
  </div>
 | 
						|
</div><!-- top -->
 | 
						|
<!-- window showing the filter options -->
 | 
						|
<div id="MSearchSelectWindow"
 | 
						|
     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
						|
     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
						|
     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
						|
</div>
 | 
						|
 | 
						|
<!-- iframe showing the search results (closed by default) -->
 | 
						|
<div id="MSearchResultsWindow">
 | 
						|
<iframe src="javascript:void(0)" frameborder="0" 
 | 
						|
        name="MSearchResults" id="MSearchResults">
 | 
						|
</iframe>
 | 
						|
</div>
 | 
						|
 | 
						|
<div class="contents">
 | 
						|
 <ul>
 | 
						|
<li>CRITICAL
 | 
						|
: <a class="el" href="class_log_1_1lvl.html#a3e4b3eb2fc27a260f2971f93758856f2">Log.lvl</a>
 | 
						|
</li>
 | 
						|
<li>DEBUG
 | 
						|
: <a class="el" href="class_log_1_1bcolors.html#a7f033a43cfe4ec81605121c01d223f31">Log.bcolors</a>
 | 
						|
, <a class="el" href="class_log_1_1lvl.html#abbee3fe06a1896a4bd13d4901f0a892f">Log.lvl</a>
 | 
						|
</li>
 | 
						|
<li>ENDC
 | 
						|
: <a class="el" href="class_log_1_1bcolors.html#a15ad99f841e6570687d302f7b7828acc">Log.bcolors</a>
 | 
						|
</li>
 | 
						|
<li>FAIL
 | 
						|
: <a class="el" href="class_log_1_1bcolors.html#a998357f4b91b221875352c09c8482d59">Log.bcolors</a>
 | 
						|
, <a class="el" href="class_log_1_1lvl.html#a9e0eb8280b2ca2279616b80933316159">Log.lvl</a>
 | 
						|
</li>
 | 
						|
<li>INFO
 | 
						|
: <a class="el" href="class_log_1_1bcolors.html#abebeed8fb41205fcff45bfa1f5c03c0a">Log.bcolors</a>
 | 
						|
, <a class="el" href="class_log_1_1lvl.html#af306f6ac0ec77f65ca3a35592b148adb">Log.lvl</a>
 | 
						|
</li>
 | 
						|
<li>logger
 | 
						|
: <a class="el" href="class_log_1_1_log.html#a0389e51ebd116d483b2b8e662bbcdf09">Log.Log</a>
 | 
						|
</li>
 | 
						|
<li>NOTSET
 | 
						|
: <a class="el" href="class_log_1_1lvl.html#a02d1cd2ef3bdac4d2f84facb74452685">Log.lvl</a>
 | 
						|
</li>
 | 
						|
<li>passlevel
 | 
						|
: <a class="el" href="class_log_1_1_single_level_filter.html#abae072b8db802c0e4c4ab15823020916">Log.SingleLevelFilter</a>
 | 
						|
</li>
 | 
						|
<li>reject
 | 
						|
: <a class="el" href="class_log_1_1_single_level_filter.html#a4a0c91f813f78d0f28435283661c44c7">Log.SingleLevelFilter</a>
 | 
						|
</li>
 | 
						|
<li>WARNING
 | 
						|
: <a class="el" href="class_log_1_1bcolors.html#a709fba90e14f4a669bd94711df53665e">Log.bcolors</a>
 | 
						|
, <a class="el" href="class_log_1_1lvl.html#a453dc11d5d9bdccefd63d5794d9aee47">Log.lvl</a>
 | 
						|
</li>
 | 
						|
</ul>
 | 
						|
</div><!-- contents -->
 | 
						|
<!-- start footer part -->
 | 
						|
<hr class="footer"/><address class="footer"><small>
 | 
						|
Generated on Wed Apr 15 2015 17:23:30 for Server DNC by  <a href="http://www.doxygen.org/index.html">
 | 
						|
<img class="footer" src="doxygen.png" alt="doxygen"/>
 | 
						|
</a> 1.8.9.1
 | 
						|
</small></address>
 | 
						|
</body>
 | 
						|
</html>
 |