change_list_ty Class Reference
#include <list.h>
Detailed Description
Definition at line 25 of file list.h.
Constructor & Destructor Documentation
change_list_ty::~change_list_ty |
( |
|
) |
|
change_list_ty::change_list_ty |
( |
|
) |
|
The copy constructor. Do not use.
Member Function Documentation
The change_list_append function is used to append a change to a change list.
The change_list_member_p function is used to determine if a given change is a member of the given change list.
void change_list_ty::clear |
( |
|
) |
|
Empty the list of members.
size_t change_list_ty::size |
( |
|
) |
const [inline] |
The size method is used to obtain the number of changes in the change list.
Definition at line 65 of file list.h.
bool change_list_ty::empty |
( |
|
) |
const [inline] |
The empty method is used to determine whether or not the list is empty.
- Returns:
- bool; true if not elements in list, false if there are.
Definition at line 74 of file list.h.
The get method is used to obtain an element of the change list.
- Parameters:
-
| n | The array element number. No range check is performed. |
Definition at line 83 of file list.h.
The [] operator is used to obtain an element of the change list.
- Parameters:
-
| n | The array element number. No range check is performed. |
Definition at line 92 of file list.h.
The assignment operator. Do not use.
Field Documentation
The documentation for this class was generated from the following file: