<ahref="#pub-methods">Public Member Functions</a>|
<ahref="classcrashpad_1_1AgePruneCondition-members.html">List of all members</a></div>
<divclass="headertitle">
<divclass="title">crashpad::AgePruneCondition Class Reference<spanclass="mlabels"><spanclass="mlabel">final</span></span></div></div>
</div><!--header-->
<divclass="contents">
<p>A <aclass="el"href="classcrashpad_1_1PruneCondition.html"title="An abstract base class for evaluating crash reports for deletion. ">PruneCondition</a> that deletes reports older than the specified number days.
<areahref="classcrashpad_1_1PruneCondition.html"title="An abstract base class for evaluating crash reports for deletion. "alt="crashpad::PruneCondition"shape="rect"coords="0,0,181,24"/>
<trclass="memdesc:aad0e93370f6de214bd95c9c773350353"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates a <aclass="el"href="classcrashpad_1_1PruneCondition.html"title="An abstract base class for evaluating crash reports for deletion. ">PruneCondition</a> based on Report::creation_time. <ahref="#aad0e93370f6de214bd95c9c773350353">More...</a><br/></td></tr>
<trclass="memdesc:a8095ad16e8ae13fdaf38bc23020eb9cb"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Evaluates a crash report for deletion. <ahref="#a8095ad16e8ae13fdaf38bc23020eb9cb">More...</a><br/></td></tr>
<trclass="inherit_header pub_static_methods_classcrashpad_1_1PruneCondition"><tdcolspan="2"onclick="javascript:toggleInherit('pub_static_methods_classcrashpad_1_1PruneCondition')"><imgsrc="closed.png"alt="-"/> Static Public Member Functions inherited from <aclass="el"href="classcrashpad_1_1PruneCondition.html">crashpad::PruneCondition</a></td></tr>
<divclass="textblock"><p>A <aclass="el"href="classcrashpad_1_1PruneCondition.html"title="An abstract base class for evaluating crash reports for deletion. ">PruneCondition</a> that deletes reports older than the specified number days. </p>
</div><h2class="groupheader">Constructor & Destructor Documentation</h2>
<p>Creates a <aclass="el"href="classcrashpad_1_1PruneCondition.html"title="An abstract base class for evaluating crash reports for deletion. ">PruneCondition</a> based on Report::creation_time. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">max_age_in_days</td><td>Reports created more than this many days ago will be deleted. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<h2class="groupheader">Member Function Documentation</h2>
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">report</td><td>The crash report to evaluate.</td></tr>
</table>
</dd>
</dl>
<dlclass="section return"><dt>Returns</dt><dd><code>true</code> if the crash report should be deleted, <code>false</code> if it should be kept. </dd></dl>