|
GiNaC 1.8.10
|
#include <Gt_helpers.h>
Public Member Functions | |
| std::set< pathintegral_term >::const_iterator | begin () const |
| std::set< pathintegral_term >::const_iterator | end () const |
| void | clear () |
| bool | empty () const |
| size_t | size () const |
| void | add (pathintegral_term &&term) |
| template<typename... Args, typename = typename std::enable_if<(sizeof...(Args)>1)>::type> | |
| void | add (Args &&...args) |
| void | add (const pathintegral_term_list &other) |
| pathintegral_term | pop () |
Private Attributes | |
| std::set< pathintegral_term > | terms |
Definition at line 137 of file Gt_helpers.h.
|
inline |
|
inline |
|
inline |
Definition at line 145 of file Gt_helpers.h.
References terms.
|
inline |
Definition at line 146 of file Gt_helpers.h.
References terms.
|
inline |
Definition at line 147 of file Gt_helpers.h.
References terms.
| void GiNaC::Gt_detail::pathintegral_term_list::add | ( | pathintegral_term && | term | ) |
Definition at line 327 of file Gt_helpers.cpp.
Referenced by add(), add(), and GiNaC::Gt_detail::pathintegral_term::integrate().
|
inline |
Definition at line 153 of file Gt_helpers.h.
References add().
| void GiNaC::Gt_detail::pathintegral_term_list::add | ( | const pathintegral_term_list & | other | ) |
Definition at line 339 of file Gt_helpers.cpp.
References add().
| pathintegral_term GiNaC::Gt_detail::pathintegral_term_list::pop | ( | ) |
Definition at line 346 of file Gt_helpers.cpp.
|
private |