Public Attributes

_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
struct { ... } mon
union _BondExpr* lft
union _BondExpr* rgt
struct { ... } bin

The documentation for this union was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines