Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
CObjectFactory< T > Class Template Reference

#include <objectfactory.h>

Static Public Member Functions

template<typename X >
static HRESULT CreateInstanceNoInit (X **ppInstance)
 
template<typename I >
static HRESULT CreateInstance (I **ppI)
 
template<typename A , typename I >
static HRESULT CreateInstance (A paramA, I **ppI)
 
template<typename A , typename B , typename I >
static HRESULT CreateInstance (A paramA, B paramB, I **ppI)
 

Detailed Description

template<typename T>
class CObjectFactory< T >

Definition at line 25 of file objectfactory.h.

Member Function Documentation

template<typename T>
template<typename I >
static HRESULT CObjectFactory< T >::CreateInstance ( I **  ppI)
inlinestatic

Definition at line 52 of file objectfactory.h.

template<typename T>
template<typename A , typename I >
static HRESULT CObjectFactory< T >::CreateInstance ( paramA,
I **  ppI 
)
inlinestatic

Definition at line 73 of file objectfactory.h.

template<typename T>
template<typename A , typename B , typename I >
static HRESULT CObjectFactory< T >::CreateInstance ( paramA,
paramB,
I **  ppI 
)
inlinestatic

Definition at line 94 of file objectfactory.h.

template<typename T>
template<typename X >
static HRESULT CObjectFactory< T >::CreateInstanceNoInit ( X **  ppInstance)
inlinestatic

Definition at line 30 of file objectfactory.h.


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