#include <acpi.h>
Inheritance diagram for Zygoma::ia32::Acpi::DifferentiatedSystemDescriptionTable:


Public Types | |
| typedef u08 | value_type |
| typedef u08 * | pointer |
| typedef u08 & | reference |
| typedef const u08 & | const_reference |
| typedef u08 * | iterator |
| typedef std::ptrdiff_t | difference_type |
| typedef std::size_t | size_type |
Public Member Functions | |
| iterator | begin () |
| Gets an iterator initialized to the start of the AML code. | |
| iterator | end () |
| Gets an iterator initialized to one-byte-past-the-end of the AML code. | |
| size_type | size () const |
| Gets the number of bytes in the data strean of the differentiated system description. | |
| bool | empty () const |
| Indicates this DSDT is empty. | |
Public Attributes | |
| u08 | m_signature [kSIGNATURE_LENGTH] |
| u32 | m_length |
| u08 | m_revision |
| u08 | m_checksum |
| u08 | m_oemId [6] |
| u08 | m_oemTableId [8] |
| u32 | m_oemRevision |
| u32 | m_creatorId |
| u32 | m_creatorRevision |
Static Public Attributes | |
| static const int | kSIGNATURE_LENGTH = 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gets an iterator initialized to the start of the AML code.
|
|
|
Indicates this DSDT is empty.
Here is the call graph for this function: ![]() |
|
|
Gets an iterator initialized to one-byte-past-the-end of the AML code.
Here is the call graph for this function: ![]() |
|
|
Gets the number of bytes in the data strean of the differentiated system description.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2