Open CASCADE Technology 6.6.0
|
#include <TCollection_AsciiString.hxx>
Functions | |
int | ExprIntrpparse () |
void | ExprIntrp_start_string (const char *str) |
void | ExprIntrp_stop_string () |
int | ExprIntrp_GetDegree () |
int | ExprIntrp_GetResult (char *s) |
Variables | |
TCollection_AsciiString | ExprIntrp_thestring |
Standard_Integer | ExprIntrp_thecurchar |
int ExprIntrp_GetDegree | ( | ) |
int ExprIntrp_GetResult | ( | char * | s | ) |
void ExprIntrp_start_string | ( | const char * | str | ) |
void ExprIntrp_stop_string | ( | ) |
int ExprIntrpparse | ( | ) |