elementFormulaRCP_boost.hh
RCP< const Formula< F > > & operator=(const RCP< const Formula< F > > &x)
Definition: elementFormulaRCP_boost.hh:192
Point< typename Combtype< F, Real >::type, dim > operator*(const Real x, const Point< F, dim > &y)
Definition: vectorsMatrices.hh:240
RCP(H x, I y)
Constructor with any two parameters, I is a deleter function.
Definition: elementFormulaRCP_boost.hh:82
#define DEBUGL(doit, msg)
RCP(const Formula< F > &x)
Constructor with a given reference, ElementFormula will be cloned.
Definition: elementFormulaRCP_boost.hh:186
RCP(boost::shared_ptr< const ElementFormula< F, G > > &x)
conversion constructor from boost::shared_ptr
Definition: elementFormulaRCP_boost.hh:71
RCP< const Formula< F > > & operator=(const RCP< H > &x)
Definition: elementFormulaRCP_boost.hh:200
RCP(const ElementFormula< F, G > *x)
Constructor for a simple pointer to ElementFormula, which will be deleted by the RCP.
Definition: elementFormulaRCP_boost.hh:67
RCP(const boost::shared_ptr< H > &x)
conversion constructor from boost::shared_ptr<H>, where H can be converted into ElementFormula<F,...
Definition: elementFormulaRCP_boost.hh:77
Interface for a formula defined element by element.
Definition: elementFormula.hh:35
RCP(const boost::shared_ptr< H > &x)
Definition: elementFormulaRCP_boost.hh:167
RCP< const ElementFormula< F, G > > & operator=(const RCP< const ElementFormula< F, G > > &x)
Definition: elementFormulaRCP_boost.hh:104
RCP< const ElementFormula< F, G > > & operator=(const RCP< H > &x)
Definition: elementFormulaRCP_boost.hh:112
RCP(boost::shared_ptr< const Formula< F > > &x)
Definition: elementFormulaRCP_boost.hh:163
RCP()
Default constructor, creates an RCP to a NULL-pointer.
Definition: elementFormulaRCP_boost.hh:43
RCP(const Formula< F > *x)
Constructor for a simple pointer to ElementFormula, which will be deleted by the RCP.
Definition: elementFormulaRCP_boost.hh:160
RCP(const ElementFormula< F, G > &x)
Constructor with a given reference, ElementFormula will be cloned.
Definition: elementFormulaRCP_boost.hh:97