1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>log4cpp: StringUtil.cpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<h1>StringUtil.cpp File Reference</h1><code>#include "<a class="el" href="StringUtil_8hh-source.html">StringUtil.hh</a>"</code><br>
<code>#include <iterator></code><br>
<code>#include <stdio.h></code><br>
<code>#include <stdlib.h></code><br>
<code>#include <stdarg.h></code><br>
<code>#include "snprintf.c"</code><br>
<p>
Include dependency graph for StringUtil.cpp:<p><center><img src="StringUtil_8cpp__incl.gif" border="0" usemap="#StringUtil.cpp_map" alt=""></center>
<map name="StringUtil.cpp_map">
<area shape="rect" href="StringUtil_8hh.html" title="StringUtil.hh" alt="" coords="153,169,244,196"><area shape="rect" href="PortabilityImpl_8hh.html" title="PortabilityImpl.hh" alt="" coords="293,56,413,83"><area shape="rect" href="Portability_8hh.html" title="log4cpp/Portability.hh" alt="" coords="461,56,603,83"><area shape="rect" href="Export_8hh.html" title="log4cpp/Export.hh" alt="" coords="652,56,772,83"></map>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html">log4cpp</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="StringUtil_8cpp.html#040bd9182ad5ba7261448993c38565ea">HAVE_SNPRINTF</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="StringUtil_8cpp.html#c65bf61f913c390a09d4f2fef24463d2">PREFER_PORTABLE_SNPRINTF</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="StringUtil_8cpp.html#c2e4f48c3da557e8b268aee96009e135">VSNPRINTF</a> portable_vsnprintf</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="040bd9182ad5ba7261448993c38565ea"></a><!-- doxytag: member="StringUtil.cpp::HAVE_SNPRINTF" ref="040bd9182ad5ba7261448993c38565ea" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define HAVE_SNPRINTF </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="c65bf61f913c390a09d4f2fef24463d2"></a><!-- doxytag: member="StringUtil.cpp::PREFER_PORTABLE_SNPRINTF" ref="c65bf61f913c390a09d4f2fef24463d2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define PREFER_PORTABLE_SNPRINTF </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="c2e4f48c3da557e8b268aee96009e135"></a><!-- doxytag: member="StringUtil.cpp::VSNPRINTF" ref="c2e4f48c3da557e8b268aee96009e135" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define VSNPRINTF portable_vsnprintf </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Sep 3 11:54:58 2007 for log4cpp by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>
|