![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <py_properties.hh>
Public Member Functions | |
| BoundPropertyBase () | |
| BoundPropertyBase (const property *prop, Ex_ptr for_obj) | |
| virtual | ~BoundPropertyBase () |
| std::string | str_ () const |
| Human-readable form in text, i.e. no special formatting. | |
| std::string | latex_ () const |
| Human-readable form using LaTeX markup. | |
| std::string | repr_ () const |
| Python-parseable form. FIXME: not correct right now. | |
| Ex & | get_ex () const |
| Ex::iterator | get_it () const |
Static Public Member Functions | |
| static Kernel & | get_kernel () |
| static Properties & | get_props () |
Public Attributes | |
| const property * | prop |
| Ex_ptr | for_obj |
| cadabra::BoundPropertyBase::BoundPropertyBase | ( | ) |
|
virtual |
| Ex & cadabra::BoundPropertyBase::get_ex | ( | ) | const |
| Ex::iterator cadabra::BoundPropertyBase::get_it | ( | ) | const |
|
static |
|
static |
| std::string cadabra::BoundPropertyBase::latex_ | ( | ) | const |
Human-readable form using LaTeX markup.
| std::string cadabra::BoundPropertyBase::repr_ | ( | ) | const |
Python-parseable form. FIXME: not correct right now.
| std::string cadabra::BoundPropertyBase::str_ | ( | ) | const |
Human-readable form in text, i.e. no special formatting.
| Ex_ptr cadabra::BoundPropertyBase::for_obj |
| const property* cadabra::BoundPropertyBase::prop |