|
Aegis
4.25.D505
|
#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 &) |
The rfc822_functor_print_version class is used to represent a simple functior which extratcts and prints a version number.
Definition at line 29 of file print_vers.h.
| virtual rfc822_functor_print_version::~rfc822_functor_print_version | ( | ) | [virtual] |
The destructor.
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.7.6.1