STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes
stapl::proxy_holder< Proxy > Struct Template Reference

Custom PARAGRAPH edge storage a proxy. More...

Public Member Functions

 proxy_holder ()
 Default constructor initializes proxy as null reference.
 
 proxy_holder (Proxy const &proxy)
 
 operator Proxy () const
 Conversion operator to underlying proxy type.
 
proxy_holderoperator= (proxy_holder const &rhs)
 Assignment operator redirects to reset method of proxy_core_access. More...
 

Public Types

typedef Proxy proxy_type
 

Public Attributes

Proxy m_proxy
 The underlying proxy passed on the edge.
 

Detailed Description

template<typename Proxy>
struct stapl::proxy_holder< Proxy >

Custom PARAGRAPH edge storage a proxy.

Template Parameters
ProxyThe proxy type to be stored in edge_container.

Define default construction and assignment semantics for use by the edge_container.

See also
df_stored_type

Member Function Documentation

◆ operator=()

template<typename Proxy >
proxy_holder& stapl::proxy_holder< Proxy >::operator= ( proxy_holder< Proxy > const &  rhs)

Assignment operator redirects to reset method of proxy_core_access.

See also
proxy_core_access::reset

The documentation for this struct was generated from the following file: