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

Class providing common functionality for partition table readers. More...

#include <partition.h>

Inheritance diagram for Block_device::Base_reader< DERIVED, DEV >:
Collaboration diagram for Block_device::Base_reader< DERIVED, DEV >:

Protected Types

enum  { Max_partitions = 1024 }

Detailed Description

template<typename DERIVED, typename DEV>
class Block_device::Base_reader< DERIVED, DEV >

Class providing common functionality for partition table readers.

Definition at line 67 of file partition.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename DERIVED, typename DEV>
anonymous enum
protected
Enumerator
Max_partitions 

Maximum number of partitions to be scanned.

Definition at line 70 of file partition.h.


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