Class Dummy

Inheritance Relationships

Base Type

Class Documentation

class SymEngine::Dummy : public SymEngine::Symbol

Public Functions

Dummy()

Dummy Constructors.

Dummy(const std::string &name)
hash_t __hash__() const

Return

Size of the hash

bool __eq__(const Basic &o) const

Equality comparator

Return

whether the 2 objects are equal

Parameters
  • o: - Object to be compared with

int compare(const Basic &o) const

Comparison operator

Return

0 if equal, -1 , 1 according to string compare

Parameters
  • o: - Object to be compared with

size_t get_index() const