arcstk::v_1_0_0::DBARBuilder class final
#include <dbar.hpp>

ParseHandler to build a DBAR object.

Base classes

class v_1_0_0::ParseHandler
Interface: parsing a byte stream in dBAR format.

Constructors, destructors, conversion operators

DBARBuilder()
Default constructor.
~DBARBuilder() noexcept
Default destructor.

Public functions

auto result() -> DBAR
Parsing result.

Function documentation

DBAR arcstk::v_1_0_0::DBARBuilder::result()

Parsing result.

Returns The DBAR object representing the parsed input.

If this function is called before parsing has happened, an exception will occur. After the parsing process is finished successfully, this function can be called multiple times for multiple copies of the parsing result.