mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
[BinaryAnnotator] Add more options that control the generation of .afb files (#8323)
* [BinaryAnnotator] Add more options that control the generation of `.afb` files. * [BinaryAnnotator] Update the include paths.
This commit is contained in:
@@ -56,8 +56,8 @@ class AnnotatedBinaryTextGenerator {
|
||||
|
||||
// Generate the annotated binary for the given `filename`. Returns true if the
|
||||
// annotated binary was successfully saved.
|
||||
bool Generate(const std::string &filename,
|
||||
const std::string &schema_filename);
|
||||
bool Generate(const std::string &filename, const std::string &schema_filename,
|
||||
const std::string &output_filename = "");
|
||||
|
||||
private:
|
||||
const std::map<uint64_t, BinarySection> annotations_;
|
||||
|
||||
Reference in New Issue
Block a user