29 |
|
|
30 |
/*! @brief Constructor. |
/*! @brief Constructor. |
31 |
* |
* |
32 |
* @param cutName The cut's name. |
* @param collectionName The collection's name. |
33 |
*/ |
*/ |
34 |
SmartCollection(const char* cutName) : |
SmartCollection(const char* collectionName) : |
35 |
PamCutCollection(cutName), _actions(0) { |
PamCutCollection(collectionName), _actions(0) { |
36 |
} |
} |
37 |
|
|
38 |
/*! @brief Destructor. */ |
/*! @brief Destructor. */ |
39 |
~SmartCollection(){ |
~SmartCollection() { |
40 |
} |
} |
41 |
|
|
42 |
/*! @brief Adds an action to the SmartCollection */ |
/*! @brief Adds an action to the SmartCollection */ |