12 virtual std::string
name()
const override;
17 virtual void latex(std::ostream&)
const override;
std::string parent_name
Definition: Indices.hh:19
virtual std::string name() const override
Definition: Indices.cc:13
match_t
Definition: Props.hh:145
position_t
Definition: Indices.hh:20
virtual match_t equals(const property *) const override
Definition: Indices.cc:18
Definition: Indices.hh:20
Indices()
Definition: Indices.cc:8
std::vector< Ex > values
Definition: Indices.hh:23
Arguments to properties get parsed into a keyval_t structure.
Definition: Props.hh:48
Base class for all properties, handling argument parsing and defining the interface.
Definition: Props.hh:107
virtual void latex(std::ostream &) const override
Display the property on the stream.
Definition: Indices.cc:74
enum cadabra::Indices::position_t position_type
Something cannot be both a list property and a normal property at the same time, so we can safely inh...
Definition: Props.hh:168
Definition: Indices.hh:20
Definition: Indices.hh:20
std::string set_name
Definition: Indices.hh:19
virtual bool parse(const Kernel &, keyval_t &) override
Definition: Indices.cc:33
void collect_index_values(Ex::iterator ind_values)
Given the right-hand side of a 'values={...}' node, generate a list of all index values in index_valu...
Definition: Indices.cc:90
virtual std::string unnamed_argument() const override
Definition: Indices.hh:13