ext__string_8h-source.html in ext_string-0.2.rar
Sponsored links
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Extended STL String: ext_string.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a></div>
<h1>ext_string.h</h1><div class="fragment"><pre class="fragment">00001
00096 <span class="preprocessor">#ifndef _EXT_STRING_H</span>
00097 <span class="preprocessor"></span><span class="preprocessor">#define _EXT_STRING_H</span>
00098 <span class="preprocessor"></span>
00099 <span class="preprocessor">#include <string></span>
00100 <span class="preprocessor">#include <vector></span>
00101
00102 <span class="keyword">namespace </span>std
00103 {
00104
<a name="l00109"></a><a class="code" href="classstd_1_1ext__string.html">00109</a> <span class="keyword">class </span><a class="code" href="classstd_1_1ext__string.html">ext_string</a> : <span class="keyword">public</span> <a class="code" href="classstd_1_1basic__string.html">string</a>
00110 {
00111 <span class="keyword">public</span>:
<a name="l00117"></a><a class="code" href="classstd_1_1ext__string.html#a7">00117</a> <a class="code" href="classstd_1_1ext__string.html#a7">ext_string</a>() : <a class="code" href="classstd_1_1basic__string.html">string</a>() { }
00118
<a name="l00126"></a><a class="code" href="classstd_1_1ext__string.html#a6">00126</a> <a class="code" href="classstd_1_1ext__string.html#a7">ext_string</a>(<span class="keyword">const</span> <a class="code" href="classstd_1_1basic__string.html">string</a> &s, s
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.