Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
ExEdInputParser::addChar Method
Syntax
C++
bool addChar(OdChar ch);

Appends the specified character to the result buffer of this InputParser object.

Parameters
Description
ch
[in] Character to append.

Returns true if and only if the character has been appended. 

Characters will be appended to the result buffer of an InputParser object until either 

  • A 'r' or 'n' character is encountered.
  • A ' ' or 't' charactered is encountered outside a quoted or parenthesized string, and allowSpaces is false.
 

 

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