#include <PatternContents.h>
Public Member Functions | |
| PatternContents (const Pattern::constPtr &pattern) | |
| Ctor taking the Pattern to expand. | |
| std::set< std::string > | install_packages () const |
| Return the expanded Patterns install_packages. | |
Private Attributes | |
| RW_pointer< Impl > | _pimpl |
Classes | |
| class | Impl |
Joins the install_packages sets of this and all included or extending pattens.
Definition at line 34 of file PatternContents.h.
|
|
Ctor taking the Pattern to expand.
Definition at line 22 of file PatternContents.cc. |
|
|
Return the expanded Patterns install_packages.
Definition at line 26 of file PatternContents.cc. References _pimpl. |
|
|
Definition at line 47 of file PatternContents.h. Referenced by install_packages(). |
1.4.6