LIBINT  2.6.0
Protected Types | List of all members
libint2::PurgeableStack< T, Policy > Class Template Reference

PurgeableStack is an AbstractPurgeableStack that contains objects of type T. More...

#include <purgeable.h>

Inheritance diagram for libint2::PurgeableStack< T, Policy >:
Inheritance graph
[legend]
Collaboration diagram for libint2::PurgeableStack< T, Policy >:
Collaboration graph
[legend]

Protected Types

typedef Policy PurgingPolicy
 

Additional Inherited Members

- Public Member Functions inherited from libint2::AbstractPurgeableStack
virtual void purge ()=0
 

Detailed Description

template<typename T, typename Policy = DefaultPurgingPolicy<T>>
class libint2::PurgeableStack< T, Policy >

PurgeableStack is an AbstractPurgeableStack that contains objects of type T.

Whether to purge an object is determined by calling Policy::purge(const T*)


The documentation for this class was generated from the following file: