Awali
Another Weighted Automata library
|
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 } |