#include <invento_list.h>
Public Member Functions | |
virtual | ~change_functor_inventory_list () |
change_functor_inventory_list (bool incbr, project_ty *pp) | |
void | operator() (change::pointer cp) |
Private Member Functions | |
void | print_one_line (change::pointer, string_ty *) |
change_functor_inventory_list () | |
change_functor_inventory_list (const change_functor_inventory_list &) | |
change_functor_inventory_list & | operator= (const change_functor_inventory_list &) |
Private Attributes | |
col::pointer | colp |
output::pointer | vers_col |
output::pointer | uuid_col |
output::pointer | when_col |
Definition at line 33 of file invento_list.h.
virtual change_functor_inventory_list::~change_functor_inventory_list | ( | ) | [virtual] |
The destructor.
change_functor_inventory_list::change_functor_inventory_list | ( | bool | incbr, | |
project_ty * | pp | |||
) |
The constructor.
change_functor_inventory_list::change_functor_inventory_list | ( | ) | [private] |
The default constructor. Do not use.
change_functor_inventory_list::change_functor_inventory_list | ( | const change_functor_inventory_list & | ) | [private] |
The copy constructor. Do not use.
void change_functor_inventory_list::operator() | ( | change::pointer | cp | ) | [virtual] |
The operator() method is used to call the functor.
cp | The change to be operated upon. |
Implements change_functor.
void change_functor_inventory_list::print_one_line | ( | change::pointer | , | |
string_ty * | ||||
) | [private] |
change_functor_inventory_list& change_functor_inventory_list::operator= | ( | const change_functor_inventory_list & | ) | [private] |
The assignment operator. Do not use.
The colp instance variable is used to remember the columnar output aggregator from which the columns below spring.
Definition at line 64 of file invento_list.h.
The vers_col instance variable is used to remember the output stream in which to print the change's version (including the branch and delta in one string).
Definition at line 71 of file invento_list.h.
The uuid_col instance variable is used to remember the output stream in which to print the UUID.
Definition at line 77 of file invento_list.h.
The when_col instance variable is used to remember the output stream in which to print the data and time. Is set to NULL if no date and time is to be listed.
Definition at line 84 of file invento_list.h.