栈
0.1
数据结构_第3章
|
Classes | |
class | Rpn_t |
class | RpnException |
异常类 More... | |
Enumerations | |
enum | notationType { notationType::Infix, notationType::Postfix } |
< 表达式类型 More... | |
Functions | |
bool | operator== (const Rpn_t::Item &lhs, const Rpn_t::Item &rhs) |
Variables | |
const int | buf_size = 80 |
项的最大长度 = buf_size - 1 More... | |
RPN 名字空间
|
strong |
bool RPN::operator== | ( | const Rpn_t::Item & | lhs, |
const Rpn_t::Item & | rhs | ||
) |
lhs | |
rhs |
Definition at line 740 of file Rpn.hh.
References RPN::Rpn_t::Item::item_type, RPN::Rpn_t::Item::operand_val, and RPN::Rpn_t::Item::operator_type.
const int RPN::buf_size = 80 |
项的最大长度 = buf_size - 1
Definition at line 32 of file Rpn.hh.
Referenced by RPN::Rpn_t::itemToStr(), and main().