#include <Process_Element.h>
Inheritance diagram for Process_Static_Function< DATA >:
Public Types | |
typedef void(* | func_type )(DOMNodeIterator *, DATA &) |
typedef DATA | data_type |
Public Member Functions | |
Process_Static_Function (func_type f) | |
virtual void | call (DOMDocument *, DOMNodeIterator *iter, DATA &data) |
Private Attributes | |
func_type | f_ |
|
|
|
|
|
|
|
Implements Process_Function< DATA >. |
|
|