Allows write access to folder. More...
Allows write access to folder.
Provides methods to add and remove items to the folder.
Public Member Functions | |
void | addItem (const daq::ComponentPtr &item) const |
Adds a component to the folder. More... | |
void | removeItem (const daq::ComponentPtr &item) const |
Removes the item from the folder. More... | |
void | removeItemWithLocalId (const daq::StringPtr &localId) const |
Removes the item from the folder using local id of the component. More... | |
void | clear () const |
Removes all items from the folder. | |
|
inline |
Adds a component to the folder.
item | The component. |
|
inline |
Removes the item from the folder.
item | The item component. |
|
inline |
Removes the item from the folder using local id of the component.
localId | The local id of the component. |