2015-10-08 14:55:01 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2017-02-22 23:37:31 -05:00
< meta name = "generator" content = "Doxygen 1.8.13" / >
2016-11-07 15:21:37 -05:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2017-02-08 16:22:49 -05:00
< title > Crashpad: crashpad::PointerVector< T > Class Template Reference< / title >
2015-10-08 14:55:01 -04:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
2016-11-08 14:26:59 -05:00
< link href = "crashpad_doxygen.css" rel = "stylesheet" type = "text/css" / >
2015-10-08 14:55:01 -04:00
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
2016-01-06 16:09:15 -05:00
< td id = "projectalign" style = "padding-left: 0.5em;" >
2015-10-08 14:55:01 -04:00
< div id = "projectname" > Crashpad
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2017-02-22 23:37:31 -05:00
<!-- Generated by Doxygen 1.8.13 -->
2015-10-08 14:55:01 -04:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
2016-11-07 15:21:37 -05:00
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
< / script >
< div id = "main-nav" > < / div >
2015-10-08 14:55:01 -04:00
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
2017-02-08 16:22:49 -05:00
< li class = "navelem" > < a class = "el" href = "namespacecrashpad.html" > crashpad< / a > < / li > < li class = "navelem" > < a class = "el" href = "classcrashpad_1_1PointerVector.html" > PointerVector< / a > < / li > < / ul >
2015-10-08 14:55:01 -04:00
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
2017-02-08 16:22:49 -05:00
< a href = "classcrashpad_1_1PointerVector-members.html" > List of all members< / a > < / div >
2015-10-08 14:55:01 -04:00
< div class = "headertitle" >
2017-02-08 16:22:49 -05:00
< div class = "title" > crashpad::PointerVector< T > Class Template Reference< / div > < / div >
2015-10-08 14:55:01 -04:00
< / div > <!-- header -->
< div class = "contents" >
2017-02-08 16:22:49 -05:00
< p > Allows a < code > std::vector< / code > to “own” pointer elements stored in it.
< a href = "classcrashpad_1_1PointerVector.html#details" > More...< / a > < / p >
2015-10-08 14:55:01 -04:00
< p > < code > #include " util/stdlib/pointer_container.h" < / code > < / p >
< div class = "dynheader" >
2017-02-08 16:22:49 -05:00
Inheritance diagram for crashpad::PointerVector< T > :< / div >
2015-10-08 14:55:01 -04:00
< div class = "dyncontent" >
< div class = "center" >
2017-02-08 16:22:49 -05:00
< img src = "classcrashpad_1_1PointerVector.png" usemap = "#crashpad::PointerVector_3C_20T_20_3E_map" alt = "" / >
2017-02-22 23:37:31 -05:00
< map id = "crashpad::PointerVector_3C_20T_20_3E_map" name = "crashpad::PointerVector_3C_20T_20_3E_map" >
2015-10-08 14:55:01 -04:00
< / map >
< / div > < / div >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2017-02-08 16:22:49 -05:00
< div class = "textblock" > < h3 > template< typename T> < br / >
class crashpad::PointerVector< T > < / h3 >
2015-10-08 14:55:01 -04:00
2017-02-08 16:22:49 -05:00
< p > Allows a < code > std::vector< / code > to “own” pointer elements stored in it. < / p >
< p > When the vector is destroyed, < code > delete< / code > will be called on its pointer elements.< / p >
< dl class = "section note" > < dt > Note< / dt > < dd > No attempt is made to < code > delete< / code > elements that are removed from the vector by other means, such as replacement or < code > clear()< / code > . < / dd > < / dl >
2015-10-08 14:55:01 -04:00
< / div > < hr / > The documentation for this class was generated from the following file:< ul >
< li > util/stdlib/pointer_container.h< / li >
< / ul >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2017-02-22 23:37:31 -05:00
< / a > 1.8.13
2015-10-08 14:55:01 -04:00
< / small > < / address >
< / body >
< / html >