|
Aegis
4.25.D505
|
#include <details.h>
Public Member Functions | |
| ~list_change_details_columns () | |
| list_change_details_columns () | |
| void | list (change::pointer cp, bool recurse) |
Private Member Functions | |
| list_change_details_columns (const list_change_details_columns &) | |
| list_change_details_columns & | operator= (const list_change_details_columns &) |
Private Attributes | |
| col::pointer | colp |
| output::pointer | head_col |
| output::pointer | body_col |
The list_change_details_columns class is sued to represent the output shape for a Change Details listing, and for actually listing change details.
Destructor.
Default constructor.
| list_change_details_columns::list_change_details_columns | ( | const list_change_details_columns & | ) | [private] |
Copy constructor. Do not use.
| void list_change_details_columns::list | ( | change::pointer | cp, |
| bool | recurse | ||
| ) |
The list method is used to output the details of the given change.
| cp | The change to be listed. |
| recurse | If the change is actually a branch, recusively print the details of each of the changes on the branch. |
| list_change_details_columns& list_change_details_columns::operator= | ( | const list_change_details_columns & | ) | [private] |
Assignment operator. Do not use.
1.7.6.1