Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
SmartIF.h File Reference
Include dependency graph for SmartIF.h:

Go to the source code of this file.

Classes

class  SmartIF< TYPE >
 Small smart pointer class with automatic reference counting for IInterface. More...
 

Functions

template<typename IFace >
SmartIF< IFace > make_SmartIF (IFace *iface)
 

Function Documentation

template<typename IFace >
SmartIF<IFace> make_SmartIF ( IFace *  iface)

Definition at line 140 of file SmartIF.h.

140  {
141  return SmartIF<IFace>{iface};
142 }
Small smart pointer class with automatic reference counting for IInterface.
Definition: IConverter.h:15