OEGetFPBondType

std::string OEGetFPBondType(unsigned int value)

Returns the string representation of a value that is from the OEFPBondType namespace. For example, the string representation of OEFPBondType::BondOrder | OEFPBondType::Chiral value is the: "Order|Chiral" string.

The string representation of various fingerprint bond types

Bond type

String representation

OEFPBondType::BondOrder

“Order”

OEFPBondType::Chiral

“Chiral”

OEFPBondType::InRing

“InRing”

unsigned int OEGetFPBondType(const std::string &expression)

This function is the inverse of the previous OEGetFPBondType function i.e. it converts the string representation into a value from the OEFPBondType namespace.