|
Aegis
4.25.D505
|
#include <stat.h>
Public Member Functions | |
| virtual | ~tree_uid () |
Static Public Member Functions | |
| static pointer | create (const pointer &arg) |
| static pointer | create_l (const tree_list &args) |
Protected Member Functions | |
| const char * | name () const |
| rpt_value::pointer | evaluate (string_ty *, string_ty *, string_ty *, struct stat *) const |
| tree::pointer | optimize () const |
Private Member Functions | |
| tree_uid (const pointer &arg) | |
| tree_uid () | |
| tree_uid (const tree_uid &) | |
| tree_uid & | operator= (const tree_uid &) |
The tree_uid class is used to represent an expression tree which evatuates to the user ID of the owner of the filename argument.
| virtual tree_uid::~tree_uid | ( | ) | [virtual] |
The destructor.
| tree_uid::tree_uid | ( | const pointer & | arg | ) | [private] |
The constructor. It is private on purpose, use the "create" clas smethod instead.
| tree_uid::tree_uid | ( | ) | [private] |
The default constructor. Do not use.
| tree_uid::tree_uid | ( | const tree_uid & | ) | [private] |
The copy constructor. Do not use.
| static pointer tree_uid::create | ( | const pointer & | arg | ) | [static] |
The create class method is used to create new dynamically allocated instance of this class.
| arg | The singel argument to this function. |
| static pointer tree_uid::create_l | ( | const tree_list & | args | ) | [static] |
The create_l class method is used to create new dynamically allocated instance of this class.
| args | The arguments to this function. |
| rpt_value::pointer tree_uid::evaluate | ( | string_ty * | , |
| string_ty * | , | ||
| string_ty * | , | ||
| struct stat * | |||
| ) | const [protected, virtual] |
Implements tree.
| const char* tree_uid::name | ( | ) | const [protected, virtual] |
Implements tree.
| tree::pointer tree_uid::optimize | ( | ) | const [protected, virtual] |
Implements tree.
1.7.6.1