|
Aegis
4.25.D505
|
#include <debchangelog.h>
Public Member Functions | |
| virtual | ~change_functor_debchangelog () |
| change_functor_debchangelog (col::pointer colp) | |
| void | operator() (change::pointer cp) |
| void | print (change::pointer cp) |
| void | print (change::pointer cp, const nstring_list &extra) |
Private Member Functions | |
| change_functor_debchangelog () | |
| change_functor_debchangelog (const change_functor_debchangelog &) | |
| change_functor_debchangelog & | operator= (const change_functor_debchangelog &) |
Private Attributes | |
| col::pointer | colp |
| output::pointer | heading |
| output::pointer | star |
| output::pointer | description |
| output::pointer | signature |
The change_functor_debchangelog class is used to represent writing a debian change log for entry for a change.
Definition at line 29 of file debchangelog.h.
| virtual change_functor_debchangelog::~change_functor_debchangelog | ( | ) | [virtual] |
The destructor.
The constructor.
| change_functor_debchangelog::change_functor_debchangelog | ( | ) | [private] |
The default constructor. Do not use.
| change_functor_debchangelog::change_functor_debchangelog | ( | const change_functor_debchangelog & | ) | [private] |
The copy constructor. Do not use.
| void change_functor_debchangelog::operator() | ( | change::pointer | cp | ) | [virtual] |
The operator() method is used to call the functor.
| cp | The change to be operated upon. |
Implements change_functor.
| change_functor_debchangelog& change_functor_debchangelog::operator= | ( | const change_functor_debchangelog & | ) | [private] |
The assignment operator. Do not use.
The print method is used to print a changelog entry for the given change set. Unlink the operator() method, it doesn't censor branches.
| void change_functor_debchangelog::print | ( | change::pointer | cp, |
| const nstring_list & | extra | ||
| ) |
The print method is used to print a changelog entry for the given change set. Unlink the operator() method, it doesn't censor branches.
| cp | The change set to be printed |
| extra | Extra change-log lines to be printed. |
Definition at line 66 of file debchangelog.h.
Definition at line 69 of file debchangelog.h.
Definition at line 67 of file debchangelog.h.
Definition at line 70 of file debchangelog.h.
Definition at line 68 of file debchangelog.h.
1.7.6.1