basic__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: stl/bits/basic_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>
<div class="nav">
<a class="el" href="dir_000000.html">stl</a> / <a class="el" href="dir_000001.html">bits</a></div>
<h1>basic_string.h</h1><a href="basic__string_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">// Components for manipulating sequences of characters -*- C++ -*-</span>
00002
00003 <span class="comment">// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002</span>
00004 <span class="comment">// Free Software Foundation, Inc.</span>
00005 <span class="comment">//</span>
00006 <span class="comment">// This file is part of the GNU ISO C++ Library. This library is free</span>
00007 <span class="comment">// software; you can redistribute it and/or modify it under the</span>
00008 <span class="comment">// terms of the GNU General Public License as published by the</span>
00009 <span class="comment">// Free Software Foundation; either version 2, or (at your option)</span>
00010 <span class="comment">// any later version.</span>
00011
00012 <span class="comment">// This library is distributed in the hope that it will be useful,</span>
00013 <span class="comment">// but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00014 <span class="comment">// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.