company logo

OSIString :: check - Check OSI expression

The function checks the OSI expression in the OSI string and creates an internal BNF format, when the string is valid.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool OSIString  :: check ( odaba::Dictionary &cDictionary )
  • cDictionary - Dictionary handle

    The dictionary handle usually refers to an opened dictionary. Calling functions with invalid dictionary handles may cause an exception. For checking the dictionary handle, isValid() can be called.