1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <title>PushBackFast</title> 8 </head> 9 <body> 10 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/ut/Overview.html">ut</a>::<a href="../../../nw/ut/MoveArray/Overview.html">MoveArray</a>::PushBackFast</CODE> Member Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14template <typename TArg0> 15void PushBackFast( 16 TArg0 arg0 17); 18template <typename TArg0, typename TArg1> 19void PushBackFast( 20 TArg0 arg0, 21 TArg1 arg1 22); 23template <typename TArg0, typename TArg1, typename TArg2> 24void PushBackFast( 25 TArg0 arg0, 26 TArg1 arg1, 27 TArg2 arg2 28); 29template <typename TArg0, typename TArg1, typename TArg2, typename TArg3> 30void PushBackFast( 31 TArg0 arg0, 32 TArg1 arg1, 33 TArg2 arg2, 34 TArg3 arg3 35); 36template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4> 37void PushBackFast( 38 TArg0 arg0, 39 TArg1 arg1, 40 TArg2 arg2, 41 TArg3 arg3, 42 TArg4 arg4 43); 44template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5> 45void PushBackFast( 46 TArg0 arg0, 47 TArg1 arg1, 48 TArg2 arg2, 49 TArg3 arg3, 50 TArg4 arg4, 51 TArg5 arg5 52); 53template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6> 54void PushBackFast( 55 TArg0 arg0, 56 TArg1 arg1, 57 TArg2 arg2, 58 TArg3 arg3, 59 TArg4 arg4, 60 TArg5 arg5, 61 TArg6 arg6 62); 63template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7> 64void PushBackFast( 65 TArg0 arg0, 66 TArg1 arg1, 67 TArg2 arg2, 68 TArg3 arg3, 69 TArg4 arg4, 70 TArg5 arg5, 71 TArg6 arg6, 72 TArg7 arg7 73); 74template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7, typename TArg8> 75void PushBackFast( 76 TArg0 arg0, 77 TArg1 arg1, 78 TArg2 arg2, 79 TArg3 arg3, 80 TArg4 arg4, 81 TArg5 arg5, 82 TArg6 arg6, 83 TArg7 arg7, 84 TArg8 arg8 85); 86template <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7, typename TArg8, typename TArg9> 87void PushBackFast( 88 TArg0 arg0, 89 TArg1 arg1, 90 TArg2 arg2, 91 TArg3 arg3, 92 TArg4 arg4, 93 TArg5 arg5, 94 TArg6 arg6, 95 TArg7 arg7, 96 TArg8 arg8, 97 TArg9 arg9 98); 99</pre> 100 </div> 101 <h2>List of Overloaded Member Functions</h2> 102 <div class="section"> 103 <table class="members"> 104 <tr> 105 <td> 106 <a href="./PushBackFast(0).html">PushBackFast ( TArg0 ) </a> 107 </td> 108 <td>A fast version of push_back.</td> 109 </tr> 110 <tr> 111 <td> 112 <a href="./PushBackFast(1).html">PushBackFast ( TArg0, TArg1 ) </a> 113 </td> 114 <td>A fast version of push_back.</td> 115 </tr> 116 <tr> 117 <td> 118 <a href="./PushBackFast(2).html">PushBackFast ( TArg0, TArg1, TArg2 ) </a> 119 </td> 120 <td>A fast version of push_back.</td> 121 </tr> 122 <tr> 123 <td> 124 <a href="./PushBackFast(3).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3 ) </a> 125 </td> 126 <td>A fast version of push_back.</td> 127 </tr> 128 <tr> 129 <td> 130 <a href="./PushBackFast(4).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4 ) </a> 131 </td> 132 <td>A fast version of push_back.</td> 133 </tr> 134 <tr> 135 <td> 136 <a href="./PushBackFast(5).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5 ) </a> 137 </td> 138 <td>A fast version of push_back.</td> 139 </tr> 140 <tr> 141 <td> 142 <a href="./PushBackFast(6).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6 ) </a> 143 </td> 144 <td>A fast version of push_back.</td> 145 </tr> 146 <tr> 147 <td> 148 <a href="./PushBackFast(7).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7 ) </a> 149 </td> 150 <td>A fast version of push_back.</td> 151 </tr> 152 <tr> 153 <td> 154 <a href="./PushBackFast(8).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8 ) </a> 155 </td> 156 <td>A fast version of push_back.</td> 157 </tr> 158 <tr> 159 <td> 160 <a href="./PushBackFast(9).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9 ) </a> 161 </td> 162 <td>A fast version of push_back.</td> 163 </tr> </table> 164 </div> 165 <h2>Description of PushBackFast ( TArg0 )</h2> 166 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 167 <h2>Description of PushBackFast ( TArg0, TArg1 )</h2> 168 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 169 <h2>Description of PushBackFast ( TArg0, TArg1, TArg2 )</h2> 170 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 171 <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3 )</h2> 172 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 173 <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4 )</h2> 174 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 175 <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5 )</h2> 176 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 177 <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6 )</h2> 178 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 179 <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7 )</h2> 180 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 181 <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8 )</h2> 182 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 183 <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9 )</h2> 184 <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div> 185 <hr><p>CONFIDENTIAL</p></body> 186</html> 187