--------------------------------------------------------------------------- \brief Get the default symbols used for the built in operators. \sa c_DefaultOprt */
| 457 | \sa c_DefaultOprt |
| 458 | */ |
| 459 | const char_type** ParserBase::GetOprtDef() const |
| 460 | { |
| 461 | return (const char_type**)(&c_DefaultOprt[0]); |
| 462 | } |
| 463 | |
| 464 | //--------------------------------------------------------------------------- |
| 465 | /** \brief Define the set of valid characters to be used in names of |