Awali
Another Weighted Automata library
Namespaces | Functions
equality.hh File Reference
#include <cstddef>
#include <awali/common/json/node.hh>
#include <awali/common/json_ast.hh>

Go to the source code of this file.

Namespaces

 awali
 Main namespace of Awali.
 
 awali::json
 
 awali::json::internal
 

Functions

path_t * awali::json::diff (json_ast_t left, json_ast_t right, bool ignore_metadata=true)
 Return the path where occurs the smallest difference between left and right, or nullptr if the two trees are equal. More...
 
bool awali::json::equal (json_ast_t left, json_ast_t right, bool ignore_metadata=true)
 
bool awali::json::internal::equal (node_t const *left, node_t const *right, path_t *path=nullptr)