struct EE::UI::BlockLayouter::FragmentBucket

#include <blocklayouter.hpp>

struct FragmentBucket {
    // fields

    SmallVector<const RichText::InlineFragment*, 4> textRuns;
    SmallVector<const RichText::InlineFragment*, 4> boxes;
    SmallVector<const RichText::InlineFragment*, 4> atomicBoxes;

    // methods

    void clear();
};