StuBS
File Class Reference

#include <fs/file.h>

Collaboration diagram for File:
[legend]

Public Member Functions

 File (Inode *inode, int accmode)
 
 ~File ()
 

Public Attributes

int fd
 
int accmode
 
Inodeinode
 
off_t pos
 
Filefd_table_next
 

Constructor & Destructor Documentation

◆ File()

File::File ( Inode inode,
int  accmode 
)
inline

◆ ~File()

File::~File ( )
inline

Member Data Documentation

◆ fd

int File::fd

◆ accmode

int File::accmode

◆ inode

Inode* File::inode

◆ pos

off_t File::pos

◆ fd_table_next

File* File::fd_table_next

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