Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
dw::Table::Child Struct Reference

Public Types

enum  { CELL , SPAN_SPACE }
 

Public Attributes

enum dw::Table::Child:: { ... }  type
 
union { 
 
   struct Cell   cell 
 
   struct SpanSpace   spanSpace 
 
};  
 

Detailed Description

Definition at line 336 of file table.hh.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
CELL 
SPAN_SPACE 

Definition at line 338 of file table.hh.

Member Data Documentation

◆ [union]

union { ... } dw::Table::Child

◆ cell

struct Cell dw::Table::Child::cell

◆ spanSpace

struct SpanSpace dw::Table::Child::spanSpace

Definition at line 344 of file table.hh.

Referenced by dw::Table::addCell(), and dw::Table::reallocChildren().

◆ []

enum { ... } dw::Table::Child::type

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