PPL
1.2
|
Base class for unary operator applied to one concrete expression. More...
#include <Concrete_Expression_defs.hh>
Public Member Functions | |
Concrete_Expression_UOP | unary_operator () const |
Returns a constant identifying the operator of *this . More... | |
const Concrete_Expression< Target > * | argument () const |
Returns the argument *this . More... | |
Base class for unary operator applied to one concrete expression.
Definition at line 166 of file Concrete_Expression_defs.hh.
const Concrete_Expression<Target>* Parma_Polyhedra_Library::Unary_Operator_Common< Target >::argument | ( | ) | const |
Returns the argument *this
.
Concrete_Expression_UOP Parma_Polyhedra_Library::Unary_Operator_Common< Target >::unary_operator | ( | ) | const |
Returns a constant identifying the operator of *this
.