Aegis  4.25.D505
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
tree_gid Class Reference

#include <stat.h>

Inheritance diagram for tree_gid:
tree_monadic tree

Public Member Functions

virtual ~tree_gid ()

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_gid (const pointer &arg)
 tree_gid ()
 tree_gid (const tree_gid &)
tree_gidoperator= (const tree_gid &)

Detailed Description

The tree_gid class is used to represent an expression tree which evatuates to the group ID of the filename argument.

Definition at line 167 of file stat.h.


Constructor & Destructor Documentation

virtual tree_gid::~tree_gid ( ) [virtual]

The destructor.

tree_gid::tree_gid ( const pointer arg) [private]

The constructor. It is private on purpose, use the "create" clas smethod instead.

tree_gid::tree_gid ( ) [private]

The default constructor. Do not use.

tree_gid::tree_gid ( const tree_gid ) [private]

The copy constructor. Do not use.


Member Function Documentation

static pointer tree_gid::create ( const pointer arg) [static]

The create class method is used to create new dynamically allocated instance of this class.

Parameters:
argThe singel argument to this function.
static pointer tree_gid::create_l ( const tree_list args) [static]

The create_l class method is used to create new dynamically allocated instance of this class.

Parameters:
argsThe arguments to this function.
rpt_value::pointer tree_gid::evaluate ( string_ty ,
string_ty ,
string_ty ,
struct stat *   
) const [protected, virtual]

Implements tree.

const char* tree_gid::name ( ) const [protected, virtual]

Implements tree.

tree_gid& tree_gid::operator= ( const tree_gid ) [private]

The assignment operator. Do not use.

tree::pointer tree_gid::optimize ( ) const [protected, virtual]

Implements tree.


The documentation for this class was generated from the following file: