API Reference > Extension Classes > ExServices Classes > ExEdInputParser Class
ExEdInputParser Class
ExEdInputParser
Syntax
C++
class ExEdInputParser;

ExEdInputParser.h

This class implements InputParser objects.

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.
 

Library: Source code provided.

 
Name 
Description 
 
This is ~ExEdInputParser, a member of class ExEdInputParser. 
 
This is ExEdInputParser, a member of class ExEdInputParser. 
 
Name 
Description 
 
Appends the specified character to the result buffer of this InputParser object. 
 
Removes the last character from the result buffer of this InputParser object. 
 
Returns true if result buffer of this InputParser object is empty. 
 
Resets the input parser.  
 
Returns the result buffer of this InputParser object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.