Models a SELECT subquery used to define variables in a pattern. More...
Public Member Functions | |
CUBI_EXPLICIT | CompositionalSelect (const Select &select) |
Constructs a CompositionalSelect from a Select. | |
Select | select () const |
Returns the Select of the CompositionalSelect. |
Models a SELECT subquery used to define variables in a pattern.
This class is mainly meant to be use as an adapter to add Select in a PatternBase.