Function sdv::idl::GetPosition#

Function Documentation#

virtual void sdv::idl::GetPosition(uint32_t &ruiLineBegin, uint32_t &ruiColBegin, uint32_t &ruiLineEnd, uint32_t &ruiColEnd) = 0#

Get the position in the file.

Remark

Not all entities have a position. If no position is available, the position return value has the value 0.

Parameters:
  • ruiLineBegin[out] Reference to the variable receiving the line number of the entity beginning.

  • ruiColBegin[out] Reference to the variable receiving the column number of the entity beginning.

  • ruiLineEnd[out] Reference to the variable receiving the line number of the entity ending.

  • ruiColEnd[out] Reference to the variable receiving the column number of the entity ending.