next up previous contents
Next: acl Class Methods Up: The acl Class Previous: The acl Class

acl Class Variables

Variables Description
_data data The first int value of the list. ``_data'' is a union which actually contains a int value and a ``acl'' pointer. Usually, it is used to store the first item of a list. However, if an ``acl'' instance is deleted it is not actually removed but stored in a list of free ``acl'' instances. The ``acl'' pointer is used to maintain this list of unused ``acl'' instances.
   




1998-11-17