|
Aegis
4.25.D505
|
#include <file_find.h>
Public Member Functions | |
| change_functor_file_find (const nstring_list &) | |
| virtual | ~change_functor_file_find () |
| void | operator() (change::pointer cp) |
| nstring * | query (const nstring &fn) const |
| nstring * | query (string_ty *fn) const |
Private Member Functions | |
| change_functor_file_find (const change_functor_file_find &) | |
| change_functor_file_find & | operator= (const change_functor_file_find &) |
Private Attributes | |
| symtab< nstring > | file_to_uuid |
The change_functor_file_find class is used to represent a functor used to walk open changes and branches accumulating file's UUIDs.
Definition at line 33 of file file_find.h.
The constructor
| virtual change_functor_file_find::~change_functor_file_find | ( | ) | [virtual] |
The destructor.
| change_functor_file_find::change_functor_file_find | ( | const change_functor_file_find & | ) | [private] |
The copy constructor. Do not use.
| void change_functor_file_find::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_file_find& change_functor_file_find::operator= | ( | const change_functor_file_find & | ) | [private] |
The assignment operator. Do not use.
| nstring* change_functor_file_find::query | ( | const nstring & | fn | ) | const |
The query method is used to obtain the UUID already assigned to the file name s, if any.
| fn | The name of the file. |
| nstring* change_functor_file_find::query | ( | string_ty * | fn | ) | const [inline] |
The query method is used to obtain the UUID already assigned to the file name s, if any.
| fn | The name of the file. |
Definition at line 74 of file file_find.h.
symtab<nstring> change_functor_file_find::file_to_uuid [private] |
Definition at line 77 of file file_find.h.
1.7.6.1