jmespath.cpp
C++ implementation of JMESPath, a query language for JSON http://jmespath.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes | Namespaces
variantnode.h File Reference
#include "src/ast/abstractnode.h"
#include "src/ast/variantvisitoradaptor.h"
#include <boost/variant.hpp>

Go to the source code of this file.

Classes

class  jmespath::ast::VariantNode< VariantT >
 The VariantNode class serves as a container node which can represent either one of the node types specified in the classes template argument list. More...
 

Namespaces

 jmespath
 The top level namespace which contains the public functions of the library.
 
 jmespath::ast
 Classes which represent the AST nodes.