#include <functor.h>
Public Member Functions | |
virtual | ~rfc822_functor () |
rfc822_functor () | |
virtual bool | operator() (rfc822 &arg)=0 |
Private Member Functions | |
rfc822_functor (const rfc822_functor &) | |
rfc822_functor & | operator= (const rfc822_functor &) |
Definition at line 31 of file functor.h.
virtual rfc822_functor::~rfc822_functor | ( | ) | [virtual] |
The destructor.
rfc822_functor::rfc822_functor | ( | ) |
The default constructor.
rfc822_functor::rfc822_functor | ( | const rfc822_functor & | ) | [private] |
The copy constructor. Do not use.
virtual bool rfc822_functor::operator() | ( | rfc822 & | arg | ) | [pure virtual] |
The () operator is used to invoke the functionality implemented in the functor.
arg | The rfc822 header in question. |
Implemented in rfc822_functor_list_meta, rfc822_functor_print_version, rfc822_functor_version_search, and rfc822_functor_version_previous.
rfc822_functor& rfc822_functor::operator= | ( | const rfc822_functor & | ) | [private] |
The assignment operator. Do not use.