/usr/share/doc/libucommon-dev/a00207.html is in libucommon-doc 3.2.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | <!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"/>
<title>UCommon: ucommon/string.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</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>Globals</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>ucommon/string.h File Reference</h1>
<p>A common string class and character string support functions.
<a href="#_details">More...</a></p>
<code>#include <<a class="el" href="a00197_source.html">ucommon/memory.h</a>></code><br/>
<code>#include <<a class="el" href="a00209_source.html">ucommon/timers.h</a>></code><br/>
<code>#include <<a class="el" href="a00205_source.html">ucommon/socket.h</a>></code><br/>
<code>#include <stdio.h></code><br/>
<code>#include <<a class="el" href="a00207_source.html">string.h</a>></code><br/>
<code>#include <stdarg.h></code><br/>
<div class="dynheader">
Include dependency graph for string.h:</div>
<div class="dynsection">
<div class="center"><img src="a00269.png" border="0" usemap="#ucommon_2string_8h_map" alt=""/></div>
<map name="ucommon_2string_8h_map" id="ucommon_2string_8h">
<area shape="rect" id="node3" href="a00197.html" title="Private heaps, pools, and associations." alt="" coords="709,160,864,190"/><area shape="rect" id="node38" href="a00209.html" title="Realtime timers and timer queues." alt="" coords="939,160,1083,190"/><area shape="rect" id="node46" href="a00205.html" title="Common socket class and address manipulation." alt="" coords="1189,83,1333,112"/><area shape="rect" id="node5" href="a00201.html" title="Various miscelanous platform specific headers and defines." alt="" coords="627,392,784,422"/><area shape="rect" id="node30" href="a00195.html" title="Linked objects, lists, templates, and containers." alt="" coords="795,238,933,267"/><area shape="rect" id="node33" href="a00199.html" title="A common object base class with auto-pointer support." alt="" coords="793,315,935,344"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="a00270.png" border="0" usemap="#ucommon_2string_8hdep_map" alt=""/></div>
<map name="ucommon_2string_8hdep_map" id="ucommon_2string_8hdep">
<area shape="rect" id="node3" href="a00187.html" title="This is the GNU telephonic audio library for the GNU uCommon C++ framework." alt="" coords="17,237,156,267"/><area shape="rect" id="node6" href="a00189.html" title="A common buffered I/O class is used to stream character data without need for stdlib..." alt="" coords="157,83,296,112"/><area shape="rect" id="node9" href="a00204.html" title="Generic shell parsing and application services." alt="" coords="21,160,152,189"/><area shape="rect" id="node12" href="a00210.html" title="Top level include file for the GNU uCommon C++ core library." alt="" coords="455,237,623,267"/><area shape="rect" id="node19" href="a00191.html" title="Basic classes for manipulating time and date based data, particularly that may be..." alt="" coords="277,160,437,189"/><area shape="rect" id="node22" href="a00196.html" title="Support for memory mapped objects." alt="" coords="461,160,616,189"/><area shape="rect" id="node28" href="a00211.html" title="Basic UCommon Unicode support." alt="" coords="428,83,580,112"/><area shape="rect" id="node31" href="a00213.html" title="XML "SAX" (stream) parsing support from GNU Common C++." alt="" coords="604,83,729,112"/><area shape="rect" id="node14" href="a00202.html" title="This library holds the ucommon scripting engine code." alt="" coords="385,315,524,344"/><area shape="rect" id="node16" href="a00203.html" title="This library holds basic crytographic functions and secure socket support for use..." alt="" coords="548,315,695,344"/></map>
</div>
<p><a href="a00207_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00036.html">ucc::charbuf< S ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A template to create a character array that can be manipulated as a string. <a href="a00036.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00082.html">ucc::memstring</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A string class that uses a cstring buffer that is fixed in memory. <a href="a00082.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00157.html">ucc::string</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A copy-on-write string class that operates by reference count. <a href="a00157.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html">ucc::string::cstring</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This is an internal class which contains the actual string data along with some control fields. <a href="a00158.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00159.html">ucc::stringbuf< S ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A string class that has a predefined string buffer. <a href="a00159.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00160.html">ucc::StringFormat</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A string conversion class for use as a base class in objects which can transform themselves into string representations. <a href="a00160.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html">ucc</a></td></tr>
<p><tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Common namespace for all ucommon objects. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef string </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#ad412a12981fa5ebe1b83ac1fb48585ef">ucc::String</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A convenience type when mixing std::string in old compilers that are bad with namespaces. <a href="#ad412a12981fa5ebe1b83ac1fb48585ef"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a374ce231b5a8b3d7a6ae8f00158261cb"></a><!-- doxytag: member="string.h::string_t" ref="a374ce231b5a8b3d7a6ae8f00158261cb" args="" -->
typedef string </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a374ce231b5a8b3d7a6ae8f00158261cb">ucc::string_t</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A convenience type for string. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab147df0377723db28a0d3ec1f419f2da"></a><!-- doxytag: member="string.h::strsize_t" ref="ab147df0377723db28a0d3ec1f419f2da" args="" -->
typedef unsigned short </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#ab147df0377723db28a0d3ec1f419f2da">ucc::strsize_t</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A convenience class for size of strings. <br/></td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#ae4100d6cb8b875b33ed3de8045c1205e">ucc::eq</a> (String &s1, String &s2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Compare two string objects if equal. <a href="#ae4100d6cb8b875b33ed3de8045c1205e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a9f9f30f18e91dc198e02f3fd04990333">ucc::eq</a> (char const *s1, char const *s2, size_t size)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Compare two null terminated strings if equal up to specified size. <a href="#a9f9f30f18e91dc198e02f3fd04990333"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a5a538868e213fb709c68752abfd81ccd">ucc::eq</a> (char const *s1, char const *s2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Compare two null terminated strings if equal. <a href="#a5a538868e213fb709c68752abfd81ccd"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a336cf1a9fe0522e4d6101ca7078ca61a">ucc::ieq</a> (String &s1, String &s2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Compare two string objects if equal ignoring case. <a href="#a336cf1a9fe0522e4d6101ca7078ca61a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a3e83dcdc34a42190fc6bf18e98c1e28b">ucc::ieq</a> (char const *s1, char const *s2, size_t size)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Compare two null terminated strings if equal for a specified size ignoring case. <a href="#a3e83dcdc34a42190fc6bf18e98c1e28b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a939694d1a80bae979f88d7e2b24de0b0">ucc::ieq</a> (char const *s1, char const *s2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Compare two null terminated strings if equal ignoring case. <a href="#a939694d1a80bae979f88d7e2b24de0b0"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#aa7295db46dc899d662593334cc613565">ucc::stricmp</a> (const char *string1, const char *string2)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Convenience function for case insensitive null terminated string compare. <a href="#aa7295db46dc899d662593334cc613565"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="a00214.html#a921788aca36506dda3e809c8ed766bd2">ucc::strnicmp</a> (const char *string1, const char *string2, size_t max)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Convenience function for case insensitive null terminated string compare. <a href="#a921788aca36506dda3e809c8ed766bd2"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>A common string class and character string support functions. </p>
<p>Ucommon offers a simple string class that operates through copy-on-write when needing to expand buffer size. Derived classes and templates allows one to create strings which live entirely in the stack frame rather than using the heap. This offers the benefit of the string class manipulative members without compromising performance or locking issues in threaded applications. Other things found here include better and safer char array manipulation functions. </p>
<p>Definition in file <a class="el" href="a00207_source.html">string.h</a>.</p>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 6 08:22:15 2010 for UCommon by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|