PPL  1.2
Parma_Polyhedra_Library::Unary_Operator_Common< Target > Class Template Reference

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...
 

Detailed Description

template<typename Target>
class Parma_Polyhedra_Library::Unary_Operator_Common< Target >

Base class for unary operator applied to one concrete expression.

Definition at line 166 of file Concrete_Expression_defs.hh.

Member Function Documentation

template<typename Target >
const Concrete_Expression<Target>* Parma_Polyhedra_Library::Unary_Operator_Common< Target >::argument ( ) const

Returns the argument *this.

template<typename Target >
Concrete_Expression_UOP Parma_Polyhedra_Library::Unary_Operator_Common< Target >::unary_operator ( ) const

Returns a constant identifying the operator of *this.


The documentation for this class was generated from the following file: