libxr 1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::RamFS::FsNode Class Reference

文件系统节点基类,所有文件和目录均继承自该类 Base class for file system nodes; all files and directories inherit from this More...

#include <ramfs.hpp>

Inheritance diagram for LibXR::RamFS::FsNode:
Collaboration diagram for LibXR::RamFS::FsNode:

Data Fields

const charname
 
FsNodeType type
 
Dirparent
 

Detailed Description

文件系统节点基类,所有文件和目录均继承自该类 Base class for file system nodes; all files and directories inherit from this

Definition at line 80 of file ramfs.hpp.

Field Documentation

◆ name

const char* LibXR::RamFS::FsNode::name

Definition at line 83 of file ramfs.hpp.

◆ parent

Dir* LibXR::RamFS::FsNode::parent

Definition at line 85 of file ramfs.hpp.

◆ type

FsNodeType LibXR::RamFS::FsNode::type

Definition at line 84 of file ramfs.hpp.


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