company logo

Value :: value - Get attribute value

In order to access subordinated attributes in values with complex data type, the name or access path to the attribute has to be passed in vSimplePath.

Return value:  Value handle ( odaba::Value & )

A value handle refers to a (usually) opened value. Invalid value handles may cause an exception.

Implementation details

odaba::Value Value  :: value ( odaba::String &vSimplePath )

When the access path is valid, the function returns a Value for the requested attribute.Otherwise, the function throws an exception.

  • vSimplePath - Simple property path

    A simple property path may contain an extent or property name but also a sequence of property names separated by dot. A simple property path must not contain parenthesis or preceding dots.