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

目录节点,继承自 FsNode Directory node, inheriting from FsNode More...

#include <ramfs.hpp>

Inheritance diagram for LibXR::RamFS::DirNode:
Collaboration diagram for LibXR::RamFS::DirNode:

Data Fields

RBTree< const char * > rbt
 目录中的文件树 File tree in the directory
 
- Data Fields inherited from LibXR::RamFS::FsNode
const charname
 
FsNodeType type
 
Dirparent
 

Detailed Description

目录节点,继承自 FsNode Directory node, inheriting from FsNode

Definition at line 235 of file ramfs.hpp.

Constructor & Destructor Documentation

◆ DirNode()

LibXR::RamFS::DirNode::DirNode ( )
inline

Definition at line 238 of file ramfs.hpp.

238: rbt(RBTree<const char *>(CompareStr)) {}
RBTree< const char * > rbt
目录中的文件树 File tree in the directory
Definition ramfs.hpp:240
static int CompareStr(const char *const &a, const char *const &b)
比较两个字符串 Compares two strings
Definition ramfs.hpp:42

Field Documentation

◆ rbt

RBTree<const char *> LibXR::RamFS::DirNode::rbt

目录中的文件树 File tree in the directory

Definition at line 240 of file ramfs.hpp.


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