Class BooleanAtom
Inheritance Relationships
Class Documentation
-
class
SymEngine::BooleanAtom : public SymEngine::Boolean
Public Functions
-
BooleanAtom(bool b)
-
hash_t
__hash__() const
- Return
the hash
-
bool
get_val() const
-
vec_basic
get_args() const
Returns the list of arguments.
-
bool
__eq__(const Basic &o) const
true if this is equal to o. Deprecated: Use eq(const Basic &a, const Basic &b) non-member method
-
int
compare(const Basic &o) const
Structural equality comparator.
-
RCP<const Boolean>
logical_not() const
|