zorba::QueryLocation#include <zorba/query_location.h> Inherited from: zorba::SmartObject Representation of the current location location in the remote query. This location goes from the starting line and column to the ending line and column.Public Functions
Protected Attributes
Public FunctionsaddReferencevoid addReference() const
freevoid free()
getColumnBeginunsigned int getColumnBegin() const =0
getColumnEndunsigned int getColumnEnd() const =0
getLineBeginunsigned int getLineBegin() const =0
getLineEndunsigned int getLineEnd() const =0
getRefCountlong getRefCount() const
removeReferencevoid removeReference()
~QueryLocation ~QueryLocation()
Protected AttributestheRefCountunsigned int theRefCount
|