Awali
Another Weighted Automata library
Data Structures | Namespaces | Enumerations
visitor.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.

Data Structures

class  awali::json::visitor_t
 Abstract class that helps implement a visitor of json tree or subtree. More...
 

Namespaces

 awali
 Main namespace of Awali.
 
 awali::json
 

Enumerations

enum class  awali::json::visit_t { awali::json::IGNORE_UNVISITED = -1 , awali::json::CONTINUE = 0 , awali::json::IGNORE_UNVISITED_CHILDREN = 1 , awali::json::IGNORE_UNVISITED_CHILDREN_AND_SIBLINGS = 2 }