Class Dummy¶
Defined in File symbol.h
Inheritance Relationships¶
Base Type¶
public SymEngine::Symbol(Class Symbol)
Class Documentation¶
-
class
SymEngine::Dummy: public SymEngine::Symbol¶ Public Functions
-
Dummy(const std::string &name)¶
-
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
0if equal,-1,1according to string compare- Parameters
o: - Object to be compared with
-
size_t
get_index() const¶
-