BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
BALL::SmartsParser::SPAtom::PropertyValue Union Reference

possible types of the properties More...

#include <BALL/STRUCTURE/smartsParser.h>

Public Attributes

int int_value
 
bool bool_value
 
const Elementelement_value
 
ChiralClass chiral_class_value
 

Detailed Description

possible types of the properties

Definition at line 213 of file smartsParser.h.

Member Data Documentation

bool BALL::SmartsParser::SPAtom::PropertyValue::bool_value

Definition at line 216 of file smartsParser.h.

ChiralClass BALL::SmartsParser::SPAtom::PropertyValue::chiral_class_value

Definition at line 218 of file smartsParser.h.

const Element* BALL::SmartsParser::SPAtom::PropertyValue::element_value

Definition at line 217 of file smartsParser.h.

int BALL::SmartsParser::SPAtom::PropertyValue::int_value

Definition at line 215 of file smartsParser.h.