API Reference > Extension Classes > ExServices Classes > ExEdInputParser Class > ExEdInputParser Methods > ExEdInputParser::reset Method
ExEdInputParser::reset Method
Syntax
C++
void reset(bool allowSpaces, int reserve = 128);
Parameters 
Description 
bool allowSpaces 
[in] If true, the result will not be terminated by a ' ' or 't' character.  
int reserve = 128 
[in] Initial size of buffer (ignored). 

Resets the input parser.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.