GME  13
Static Public Member Functions
CopyItfFromObj< ITFTYPE, OBJTYPE > Struct Template Reference

#include <CommonCollection.h>

List of all members.

Static Public Member Functions

static HRESULT copy (ITFTYPE **p, OBJTYPE *const *q)
static void init (ITFTYPE **p)
static void destroy (ITFTYPE **p)

Detailed Description

template<class ITFTYPE, class OBJTYPE>
struct CopyItfFromObj< ITFTYPE, OBJTYPE >

Definition at line 9 of file CommonCollection.h.


Member Function Documentation

template<class ITFTYPE , class OBJTYPE >
static HRESULT CopyItfFromObj< ITFTYPE, OBJTYPE >::copy ( ITFTYPE **  p,
OBJTYPE *const *  q 
) [inline, static]

Definition at line 11 of file CommonCollection.h.

template<class ITFTYPE , class OBJTYPE >
static void CopyItfFromObj< ITFTYPE, OBJTYPE >::destroy ( ITFTYPE **  p) [inline, static]

Definition at line 33 of file CommonCollection.h.

template<class ITFTYPE , class OBJTYPE >
static void CopyItfFromObj< ITFTYPE, OBJTYPE >::init ( ITFTYPE **  p) [inline, static]

Definition at line 26 of file CommonCollection.h.


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