Monero
Public Attributes | List of all members
MDB_metabuf Union Reference
Collaboration diagram for MDB_metabuf:
Collaboration graph
[legend]

Public Attributes

MDB_page mb_page
 
struct {
   char   mm_pad [PAGEHDRSZ]
 
   MDB_meta   mm_meta
 
mb_metabuf
 

Detailed Description

Buffer for a stack-allocated meta page. The members define size and alignment, and silence type aliasing warnings. They are not used directly; that could mean incorrectly using several union members in parallel.

Member Data Documentation

◆ mb_metabuf

struct { ... } MDB_metabuf::mb_metabuf

◆ mb_page

MDB_page MDB_metabuf::mb_page

◆ mm_meta

MDB_meta MDB_metabuf::mm_meta

◆ mm_pad

char MDB_metabuf::mm_pad[PAGEHDRSZ]

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