Cadabra
Computer algebra system for field theory problems
Toggle main menu visibility
Loading...
Searching...
No Matches
core
properties
DependsInherit.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
properties/DependsBase.hh
"
5
6
namespace
cadabra
{
7
9
10
class
DependsInherit
:
public
DependsBase
,
virtual
public
property
{
11
public
:
12
virtual
std::string
name
()
const override
;
13
virtual
Ex
dependencies
(
const
Kernel
&, Ex::iterator)
const override
;
14
};
15
16
}
DependsBase.hh
cadabra::DependsBase
Definition
DependsBase.hh:11
cadabra::DependsInherit
Definition
DependsInherit.hh:10
cadabra::DependsInherit::name
virtual std::string name() const override
Definition
DependsInherit.cc:6
cadabra::DependsInherit::dependencies
virtual Ex dependencies(const Kernel &, Ex::iterator) const override
Returns a tree of objects on which the given object depends.
Definition
DependsInherit.cc:11
cadabra::Ex
Definition
Storage.hh:170
cadabra::Kernel
Definition
Kernel.hh:15
cadabra::property::property
property(bool hidden=false)
Definition
Props.cc:228
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition
Adjform.cc:83
Generated by
1.17.0