|
| spell_data_expr_t (dbc_t &dbc, util::string_view n, expr_data_e dt=DATA_SPELL, bool eq=false, expression::token_e t=expression::TOK_UNKNOWN) |
|
| spell_data_expr_t (dbc_t &dbc, util::string_view n, double constant_value) |
|
| spell_data_expr_t (dbc_t &dbc, util::string_view n, util::string_view constant_value) |
|
| spell_data_expr_t (dbc_t &dbc, util::string_view n, std::vector< uint32_t > constant_value) |
|
virtual int | evaluate () |
|
const std::string & | name () |
|
virtual std::vector< uint32_t > | operator| (const spell_data_expr_t &) const |
|
virtual std::vector< uint32_t > | operator & (const spell_data_expr_t &) const |
|
virtual std::vector< uint32_t > | operator- (const spell_data_expr_t &) const |
|
virtual std::vector< uint32_t > | operator< (const spell_data_expr_t &) const |
|
virtual std::vector< uint32_t > | operator> (const spell_data_expr_t &) const |
|
virtual std::vector< uint32_t > | operator<= (const spell_data_expr_t &) const |
|
virtual std::vector< uint32_t > | operator>= (const spell_data_expr_t &) const |
|
virtual std::vector< uint32_t > | operator== (const spell_data_expr_t &) const |
|
virtual std::vector< uint32_t > | operator!= (const spell_data_expr_t &) const |
|
virtual std::vector< uint32_t > | in (const spell_data_expr_t &) |
|
virtual std::vector< uint32_t > | not_in (const spell_data_expr_t &) |
|