#include <print_vers.h>

Public Member Functions | |
| virtual | ~rfc822_functor_print_version () |
| rfc822_functor_print_version () | |
| bool | operator() (rfc822 &arg) |
Private Member Functions | |
| rfc822_functor_print_version (const rfc822_functor_print_version &) | |
| rfc822_functor_print_version & | operator= (const rfc822_functor_print_version &) |
Definition at line 29 of file print_vers.h.
| virtual rfc822_functor_print_version::~rfc822_functor_print_version | ( | ) | [virtual] |
The destructor.
| rfc822_functor_print_version::rfc822_functor_print_version | ( | ) |
The default constructor.
| rfc822_functor_print_version::rfc822_functor_print_version | ( | const rfc822_functor_print_version & | ) | [private] |
The copy constructor. Do not use.
| bool rfc822_functor_print_version::operator() | ( | rfc822 & | arg | ) | [virtual] |
The () operator is used to invoke the functionality implemented in the functor.
| arg | The rfc822 header in question. |
Implements rfc822_functor.
| rfc822_functor_print_version& rfc822_functor_print_version::operator= | ( | const rfc822_functor_print_version & | ) | [private] |
The assignment operator. Do not use.
1.5.5