single_link_registry Class
The single_link_registry object is a network_link_registry that manages only a single source or target block.
template<
class _Block
>
class single_link_registry : public network_link_registry<_Block>;
Parameters
- _Block
The block data type being stored in the single_link_registry object.
Members
Public Constructors
Name |
Description |
---|---|
Constructs a single_link_registry object. |
|
Destroys the single_link_registry object. |
Public Methods
Name |
Description |
---|---|
Adds a link to the single_link_registry object. (Overrides network_link_registry::add.) |
|
Returns an iterator to the first element in the single_link_registry object. (Overrides network_link_registry::begin.) |
|
Searches the single_link_registry object for a specified block. (Overrides network_link_registry::contains.) |
|
Counts the number of items in the single_link_registry object. (Overrides network_link_registry::count.) |
|
Removes a link from the single_link_registry object. (Overrides network_link_registry::remove.) |
Inheritance Hierarchy
single_link_registry
Requirements
Header: agents.h
Namespace: concurrency