Cadabra
Computer algebra system for field theory problems
Toggle main menu visibility
Loading...
Searching...
No Matches
core
ReservedNode.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
ExManip.hh
"
5
6
namespace
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
ExManip.hh
cadabra::Ex
Definition
Storage.hh:170
cadabra::ExManip::ExManip
ExManip(const Kernel &, Ex &)
Definition
ExManip.cc:8
cadabra::Kernel
Definition
Kernel.hh:15
cadabra::visit::ReservedNode::ReservedNode
ReservedNode(const Kernel &, Ex &, Ex::iterator)
Definition
ReservedNode.cc:6
cadabra::visit::ReservedNode::node
Ex::iterator node() const
Definition
ReservedNode.cc:11
cadabra::visit::ReservedNode::top
Ex::iterator top
Definition
ReservedNode.hh:17
cadabra::visit
Definition
Equals.hh:9
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition
Adjform.cc:83
Generated by
1.17.0