Close

Relief for ODA Team in Ukraine

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

Skips data from an aggregate until a specified symbol 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.