_AtomExpr Union Reference

A SMARTS parser internal atomic expression. More...

#include <parsmart.h>

List of all members.

Public Attributes

int type
struct {
   int   type
   int   prop
   int   value
leaf
struct {
   int   type
   void *   recur
recur
struct {
   int   type
   _AtomExpr *   arg
mon
struct {
   int   type
   _AtomExpr *   lft
   _AtomExpr *   rgt
bin


Detailed Description

A SMARTS parser internal atomic expression.


Member Data Documentation

int type

int prop

int value

struct { ... } leaf

void* recur

struct { ... } recur

union _AtomExpr* arg

struct { ... } mon

union _AtomExpr* lft

union _AtomExpr* rgt

struct { ... } bin


The documentation for this union was generated from the following file: