ewmscp
..
|
#include <scoped.h>
Public Member Functions | |
generic (T &stopItem, finisherType Finisher) | |
~generic () | |
Private Types | |
typedef void(* | finisherType) (T &) |
Private Attributes | |
T & | finishItem |
finisherType | finisher |
|
private |
|
inline |
|
inline |
Definition at line 43 of file scoped.h.
References scoped::generic< T >::finisher, and scoped::generic< T >::finishItem.
|
private |
Definition at line 37 of file scoped.h.
Referenced by scoped::generic< T >::~generic().
|
private |
Definition at line 35 of file scoped.h.
Referenced by scoped::generic< T >::~generic().