Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
IAggrReader<class TItem>::skipUntilRet Method
Syntax
C++
virtual bool skipUntilRet(const char symbol) = 0;

Skips data from an aggregate until a specified symbol appears. If a syntax error occurs the the method returns to the position before the symbol where the error appears.

Parameters
Description
symbol
[in] A symbol that should appear to stop skipping data.

true if the specified symbol appeared, and false if the specified symbol didn't appear or when a syntax error was found.

Copyright © 2002-2022. Open Design Alliance All rights reserved.