Search Results
Pool Class Reference
Detailed Description
Classes | |
class | constructor_tag_error |
class | duplicated_tag_error |
class | tag_not_found_error |
Public Member Functions | |
template<typename T , typename... Args> | |
std::shared_ptr< T > | put (const InputTag &tag, Args &&... args) |
Allocate a new block in the memory pool. More... | |
template<typename T > | |
Value< T > | get (const InputTag &tag) const |
void | alias (const InputTag &from, const InputTag &to) |
bool | exists (const InputTag &tag) const |
Check if input tag exists in the pool. More... | |
Friends | |
class | MoMEMta |
class | Module |
template<typename U > | |
class | ValueProxy |
struct | InputTag |
Member Function Documentation
◆ exists()
bool Pool::exists | ( | const InputTag & | tag | ) | const |
Check if input tag exists in the pool.
- Warning
- No check is performed to ensure that the string is an input tag. Use InputTag::isInputTag() first.
- Parameters
-
tag Input tag that will be searched in the pool.
- Returns
- True if the input tag exists in the pool, False otherwise.
◆ put()
template<typename T , typename... Args>
std::shared_ptr< T > Pool::put | ( | const InputTag & | tag, |
Args &&... | args | ||
) |
The documentation for this class was generated from the following files: