ark::serialization::RbufFormatter

Defined in header “ark/serialization/rbuf_formatter.hh”.


Formats parsed rbuf declarations into a canonical, stable layout.

Methods

  • std::string format(const RbufParseResult & result)
    Formats an already parsed rbuf file.

  • std::string format(const std::string & input, const RbufOptions & options)
    Parses and formats the given rbuf source.