Open Babel  3.0
Public Attributes | List of all members
_BondExpr Union Reference

#include <openbabel/parsmart.h>

Public Attributes

int type
 
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

◆ type

int type

◆ arg

union _BondExpr* arg

◆ mon

struct { ... } mon

◆ lft

union _BondExpr* lft

◆ rgt

union _BondExpr* rgt

◆ bin

struct { ... } bin

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