ark::serialization::RbufOptions

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


Configuration options for the rbuf parser use these for setting things like include paths or optional filenames.

Variables

  • std::optional< std::string > path
    This is the optional path of the file you are parsing. It’s used primarily for error reporting purposes.

  • std::vector< std::filesystem::path > include_search_paths
    A list of potential include search paths.