L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
Block_device::Labeling_reader< DEV, BASE > Class Template Reference

Labeling reader works on top of another partition reader by decorating its partition info by file system labels found in the filesystems on the detected partitions. More...

#include <partition.h>

Inheritance diagram for Block_device::Labeling_reader< DEV, BASE >:
Collaboration diagram for Block_device::Labeling_reader< DEV, BASE >:

Detailed Description

template<typename DEV, typename BASE>
class Block_device::Labeling_reader< DEV, BASE >

Labeling reader works on top of another partition reader by decorating its partition info by file system labels found in the filesystems on the detected partitions.

This functionality is currently limited to Linux type (i.e. 0x83) MBR partitions with Ext2-compatible file system on them.

Template Parameters
DEVThe underlying device type.
BASEThe backend partition reader.

Definition at line 511 of file partition.h.


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