OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Typedefs
query_ast.hh File Reference
#include <boost/regex.hpp>
#include <ost/mol/module_config.hh>
#include <boost/variant.hpp>
#include <ost/geom/vec3.hh>
#include <ost/mol/view_type_fw.hh>
#include <ost/mol/property_id.hh>
#include "query_ast_fw.hh"

Go to the source code of this file.

Data Structures

class  WithinParam
class  StringOrRegexParam
class  Node
class  LogicOPNode
class  SelNode

Namespaces

namespace  ost
namespace  ost::mol
namespace  ost::mol::impl

Typedefs

typedef boost::variant< int,
float, WithinParam,
StringOrRegexParam > 
ParamType