Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
ReservedNode.hh
Go to the documentation of this file.
1
2#pragma once
3
4#include "ExManip.hh"
5
6namespace cadabra {
7
8 namespace visit {
9
10 class ReservedNode : public ExManip {
11 public:
12 ReservedNode(const Kernel&, Ex&, Ex::iterator);
13
14 Ex::iterator node() const;
15
16 protected:
17 Ex::iterator top;
18 };
19
20 }
21
22}
23
Definition Storage.hh:170
ExManip(const Kernel &, Ex &)
Definition ExManip.cc:8
Definition Kernel.hh:15
ReservedNode(const Kernel &, Ex &, Ex::iterator)
Definition ReservedNode.cc:6
Ex::iterator node() const
Definition ReservedNode.cc:11
Ex::iterator top
Definition ReservedNode.hh:17
Definition Equals.hh:9
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83