Spicy
Public Attributes | List of all members
spicy::rt::sink::detail::State Struct Reference

#include <sink.h>

Public Attributes

hilti::rt::ValueReference< hilti::rt::Streamdata
 
hilti::rt::Resumable resumable
 
Parserparser
 
bool skip_delivery = false
 

Detailed Description

State for a sink stored the unit it's connected to.

Member Data Documentation

◆ data

hilti::rt::ValueReference<hilti::rt::Stream> spicy::rt::sink::detail::State::data

Data being parsed.

◆ parser

Parser* spicy::rt::sink::detail::State::parser

Parser for the connected unit.

◆ resumable

hilti::rt::Resumable spicy::rt::sink::detail::State::resumable

Resumable parse function.

◆ skip_delivery

bool spicy::rt::sink::detail::State::skip_delivery = false

If true, no further data will be delivered to unit.


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