diff options
Diffstat (limited to 'html/036refcount.cc.html')
-rw-r--r-- | html/036refcount.cc.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/036refcount.cc.html b/html/036refcount.cc.html index d9b94297..5beda908 100644 --- a/html/036refcount.cc.html +++ b/html/036refcount.cc.html @@ -293,10 +293,10 @@ if ('onhashchange' in window) { <span id="L228" class="LineNr"> 228 </span> <span class="Normal">int</span> offset<span class="Delimiter">;</span> <span id="L229" class="LineNr"> 229 </span> <span id="L230" class="LineNr"> 230 </span> <span class="Comment">// All the information we need to compute sizes of items inside an address</span> -<span id="L231" class="LineNr"> 231 </span> <span class="Comment">// inside a container. `payload_type` Doesn't need to be a full-scale</span> -<span id="L232" class="LineNr"> 232 </span> <span class="Comment">// reagent, since an address inside a container can never be an array, and</span> -<span id="L233" class="LineNr"> 233 </span> <span class="Comment">// arrays are the only type that need to know their location to compute their</span> -<span id="L234" class="LineNr"> 234 </span> <span class="Comment">// size.</span> +<span id="L231" class="LineNr"> 231 </span> <span class="Comment">// inside a container. 'payload_type' doesn't need to be a full-scale</span> +<span id="L232" class="LineNr"> 232 </span> <span class="Comment">// reagent because an address inside a container can never be an array, and</span> +<span id="L233" class="LineNr"> 233 </span> <span class="Comment">// because arrays are the only type that need to know their location to</span> +<span id="L234" class="LineNr"> 234 </span> <span class="Comment">// compute their size.</span> <span id="L235" class="LineNr"> 235 </span> <span class="Normal">const</span> type_tree* <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">;</span> <span id="L236" class="LineNr"> 236 </span> <span id="L237" class="LineNr"> 237 </span> address_element_info<span class="Delimiter">(</span><span class="Normal">int</span> o<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* p<span class="Delimiter">);</span> |