#include <comstl/util/acyclic_connector.hpp>
Inherited by acyclic_connector::side.
Public Member Functions | |
| STDMETHOD_ (void, Clear)()=0 | |
| Causes knowledge of the presence of the peer to be discarded.   | |
| HRESULT | QueryPeer (REFIID riid, void **ppv)=0 | 
| Queries for the given interface on the peer.   | |
Static Public Member Functions | |
| static REFIID | iid () | 
| returns the IID for the IAcyclicSide interface.   | |
| STDMETHOD_ | ( | void | , | |
| Clear | ||||
| ) |  [pure virtual] | 
        
Causes knowledge of the presence of the peer to be discarded.
| HRESULT QueryPeer | ( | REFIID | riid, | |
| void ** | ppv | |||
| ) |  [pure virtual] | 
        
Queries for the given interface on the peer.
| riid | The interface identifier of the requested interface. | |
| ppv | Address of the interface pointer. | 
| static REFIID iid | ( | ) |  [inline, static] | 
        
returns the IID for the IAcyclicSide interface.
 1.5.6