blob: e994cab41557583426c3133deb4cbe499554c80b [file] [log] [blame]
<!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>FTGL: TemplateFTVector&lt; FT_VECTOR_ITEM_TYPE &gt; class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<h1>FTVector&lt; FT_VECTOR_ITEM_TYPE &gt; Class Template Reference</h1><code>#include &lt;<a class="el" href="FTVector_8h-source.html">FTVector.h</a>&gt;</code>
<p>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;typename FT_VECTOR_ITEM_TYPE&gt;<br>
class FTVector&lt; FT_VECTOR_ITEM_TYPE &gt;</h3>
Provides a non-STL alternative to the STL vector.
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00010">10</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>.<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef FT_VECTOR_ITEM_TYPE&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#w0">value_type</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef <a class="el" href="classFTVector.html#w0">value_type</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#w1">reference</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef const <a class="el" href="classFTVector.html#w0">value_type</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#w2">const_reference</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef <a class="el" href="classFTVector.html#w0">value_type</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#w3">iterator</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef const <a class="el" href="classFTVector.html#w0">value_type</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#w4">const_iterator</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef size_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#w5">size_type</a></td></tr>
<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a0">FTVector</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a1">~FTVector</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTVector.html">FTVector</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a2">operator=</a> (const <a class="el" href="classFTVector.html">FTVector</a> &amp;v)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTVector.html#w5">size_type</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a3">size</a> () const </td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTVector.html#w5">size_type</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a4">capacity</a> () const </td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTVector.html#w3">iterator</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a5">begin</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTVector.html#w4">const_iterator</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a6">begin</a> () const </td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTVector.html#w3">iterator</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a7">end</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTVector.html#w4">const_iterator</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a8">end</a> () const </td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a9">empty</a> () const </td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTVector.html#w1">reference</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a10">operator[]</a> (<a class="el" href="classFTVector.html#w5">size_type</a> pos)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTVector.html#w2">const_reference</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a11">operator[]</a> (<a class="el" href="classFTVector.html#w5">size_type</a> pos) const </td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a12">clear</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a13">reserve</a> (<a class="el" href="classFTVector.html#w5">size_type</a> n)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a14">push_back</a> (const <a class="el" href="classFTVector.html#w0">value_type</a> &amp;x)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTVector.html#a15">resize</a> (<a class="el" href="classFTVector.html#w5">size_type</a> n, <a class="el" href="classFTVector.html#w0">value_type</a> x)</td></tr>
</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="w4" doxytag="FTVector::const_iterator" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> typedef const <a class="el" href="classFTVector.html#w0">value_type</a>* <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::<a class="el" href="classFTVector.html#w4">const_iterator</a>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00017">17</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="w2" doxytag="FTVector::const_reference" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> typedef const <a class="el" href="classFTVector.html#w0">value_type</a>&amp; <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::<a class="el" href="classFTVector.html#w2">const_reference</a>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00015">15</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="w3" doxytag="FTVector::iterator" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> typedef <a class="el" href="classFTVector.html#w0">value_type</a>* <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::<a class="el" href="classFTVector.html#w3">iterator</a>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00016">16</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="w1" doxytag="FTVector::reference" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> typedef <a class="el" href="classFTVector.html#w0">value_type</a>&amp; <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::<a class="el" href="classFTVector.html#w1">reference</a>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00014">14</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="w5" doxytag="FTVector::size_type" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> typedef size_t <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::<a class="el" href="classFTVector.html#w5">size_type</a>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00018">18</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="w0" doxytag="FTVector::value_type" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> typedef FT_VECTOR_ITEM_TYPE <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::<a class="el" href="classFTVector.html#w0">value_type</a>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00013">13</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="a0" doxytag="FTVector::FTVector" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::<a class="el" href="classFTVector.html">FTVector</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00020">20</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="a1" doxytag="FTVector::~FTVector" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> virtual <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::~<a class="el" href="classFTVector.html">FTVector</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00027">27</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a6" doxytag="FTVector::begin" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html#w4">const_iterator</a> <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::begin </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00064">64</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="a5" doxytag="FTVector::begin" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html#w3">iterator</a> <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::begin </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00059">59</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>.
<p>
Referenced by <a class="el" href="FTVector_8h-source.html#l00032">FTVector&lt; GLuint &gt;::operator=()</a>, and <a class="el" href="FTGlyphContainer_8cpp-source.html#l00016">FTGlyphContainer::~FTGlyphContainer()</a>. </td>
</tr>
</table>
<a class="anchor" name="a4" doxytag="FTVector::capacity" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html#w5">size_type</a> <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::capacity </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00054">54</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>.
<p>
Referenced by <a class="el" href="FTVector_8h-source.html#l00032">FTVector&lt; GLuint &gt;::operator=()</a>. </td>
</tr>
</table>
<a class="anchor" name="a12" doxytag="FTVector::clear" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> void <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::clear </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00094">94</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>.
<p>
Referenced by <a class="el" href="FTGlyphContainer_8cpp-source.html#l00016">FTGlyphContainer::~FTGlyphContainer()</a>, and <a class="el" href="FTVectoriser_8cpp-source.html#l00059">FTMesh::~FTMesh()</a>. </td>
</tr>
</table>
<a class="anchor" name="a9" doxytag="FTVector::empty" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> bool <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::empty </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00079">79</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="a8" doxytag="FTVector::end" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html#w4">const_iterator</a> <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::end </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00074">74</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="a7" doxytag="FTVector::end" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html#w3">iterator</a> <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::end </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00069">69</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>.
<p>
Referenced by <a class="el" href="FTVector_8h-source.html#l00032">FTVector&lt; GLuint &gt;::operator=()</a>, and <a class="el" href="FTGlyphContainer_8cpp-source.html#l00016">FTGlyphContainer::~FTGlyphContainer()</a>. </td>
</tr>
</table>
<a class="anchor" name="a2" doxytag="FTVector::operator=" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html">FTVector</a>&amp; <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::operator= </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt; &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>v</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00032">32</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="a11" doxytag="FTVector::operator[]" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html#w2">const_reference</a> <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::operator[] </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classFTVector.html#w5">size_type</a>&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>pos</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00089">89</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="a10" doxytag="FTVector::operator[]" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html#w1">reference</a> <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::operator[] </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classFTVector.html#w5">size_type</a>&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>pos</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00084">84</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="a14" doxytag="FTVector::push_back" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> void <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::push_back </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="el" href="classFTVector.html#w0">value_type</a> &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>x</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00112">112</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>.
<p>
Referenced by <a class="el" href="FTGlyphContainer_8cpp-source.html#l00043">FTGlyphContainer::Add()</a>, <a class="el" href="FTVectoriser_8cpp-source.html#l00089">FTMesh::End()</a>, and <a class="el" href="FTGlyphContainer_8cpp-source.html#l00007">FTGlyphContainer::FTGlyphContainer()</a>. </td>
</tr>
</table>
<a class="anchor" name="a13" doxytag="FTVector::reserve" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> void <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::reserve </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classFTVector.html#w5">size_type</a>&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>n</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00104">104</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>.
<p>
Referenced by <a class="el" href="FTVectoriser_8cpp-source.html#l00051">FTMesh::FTMesh()</a>. </td>
</tr>
</table>
<a class="anchor" name="a15" doxytag="FTVector::resize" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> void <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::resize </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classFTVector.html#w5">size_type</a>&nbsp;</td>
<td class="mdname" nowrap> <em>n</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="classFTVector.html#w0">value_type</a>&nbsp;</td>
<td class="mdname" nowrap> <em>x</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00123">123</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>. </td>
</tr>
</table>
<a class="anchor" name="a3" doxytag="FTVector::size" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template&lt;typename FT_VECTOR_ITEM_TYPE&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTVector.html#w5">size_type</a> <a class="el" href="classFTVector.html">FTVector</a>&lt; FT_VECTOR_ITEM_TYPE &gt;::size </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="FTVector_8h-source.html#l00049">49</a> of file <a class="el" href="FTVector_8h-source.html">FTVector.h</a>.
<p>
Referenced by <a class="el" href="FTGlyphContainer_8cpp-source.html#l00043">FTGlyphContainer::Add()</a>, <a class="el" href="FTContour_8cpp-source.html#l00073">FTContour::FTContour()</a>, <a class="el" href="FTVector_8h-source.html#l00032">FTVector&lt; GLuint &gt;::operator=()</a>, <a class="el" href="FTVectoriser_8cpp-source.html#l00095">FTMesh::Tesselation()</a>, and <a class="el" href="FTVectoriser_8cpp-source.html#l00059">FTMesh::~FTMesh()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="FTVector_8h-source.html">FTVector.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Sun Dec 5 22:24:07 2004 for FTGL by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
</a>1.3.6 </small></address>
</body>
</html>