_sat_dir_entry Struct Reference

A Saturn domain directory entry, modeled for C access. More...

#include <satdir.h>


Data Fields

SAT_OBJ_DSCRsat_obj
_sat_dir_entrynext


Detailed Description

A Saturn domain directory entry, modeled for C access.

Directory entries are records consisting of a pointer to an Object descriptor, and a linked list pointer to all directory elements.

  typedef
      struct _sat_dir_entry {
          SAT_OBJ_DSCR *sat_obj;       
          struct _sat_dir_entry *next;
  } SAT_DIR_ENTRY;

Definition at line 96 of file satdir.h.


Field Documentation

SAT_OBJ_DSCR* _sat_dir_entry::sat_obj

Definition at line 98 of file satdir.h.

struct _sat_dir_entry* _sat_dir_entry::next

Definition at line 99 of file satdir.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 16 16:43:16 2007 for HP-GCCLibrary by  doxygen 1.5.0