IBNOS
Public Attributes | List of all members
directory Struct Reference

#include <filesystem.h>

Collaboration diagram for directory:
Collaboration graph
[legend]

Public Attributes

struct object obj
 
struct directoryparent
 
char * name
 
struct linkedList openedDirectories
 
struct linkedList files
 
struct linkedList directories
 

Detailed Description

Definition at line 43 of file filesystem.h.

Member Data Documentation

◆ directories

struct linkedList directory::directories

Definition at line 52 of file filesystem.h.

◆ files

struct linkedList directory::files

Definition at line 51 of file filesystem.h.

◆ name

char* directory::name

Definition at line 47 of file filesystem.h.

◆ obj

struct object directory::obj

Definition at line 45 of file filesystem.h.

◆ openedDirectories

struct linkedList directory::openedDirectories

Definition at line 49 of file filesystem.h.

◆ parent

struct directory* directory::parent

Definition at line 46 of file filesystem.h.


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