_BondExpr Union Reference

An internal (SMARTS parser) bond expression. More...

#include <openbabel/parsmart.h>

List of all members.

Public Attributes

int type
struct {
   int   type
   int   prop
   int   value
leaf
struct {
   int   type
   union _BondExpr *   arg
mon
struct {
   int   type
   union _BondExpr *   lft
   union _BondExpr *   rgt
bin


Detailed Description

An internal (SMARTS parser) bond expression.

Member Data Documentation

int type

int prop

int value

struct { ... } leaf

union _BondExpr* arg [write]

struct { ... } mon

union _BondExpr* lft [write]

union _BondExpr* rgt [write]

struct { ... } bin


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