16 virtual std::string
name()
const override;
19 virtual void display(std::ostream&)
const;
Basic storage class for symbolic mathemematical expressions.
Definition: Storage.hh:142
Property indicating that a symbolic object always takes integer values.
Definition: Integer.hh:13
virtual void display(std::ostream &) const
Definition: Integer.cc:50
virtual bool parse(Kernel &, keyval_t &keyvals) override
Definition: Integer.cc:14
virtual std::string unnamed_argument() const override
Definition: Integer.hh:20
Ex difference
Definition: Integer.hh:25
Ex from
Definition: Integer.hh:23
virtual std::string name() const override
Definition: Integer.cc:9
virtual ~Integer()
Definition: Integer.hh:15
Ex to
Definition: Integer.hh:25
Arguments to properties get parsed into a keyval_t structure.
Definition: Props.hh:68
Base class for all properties, handling argument parsing and defining the interface.
Definition: Props.hh:127
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83