LLVM API Documentation

Static Public Member Functions
llvm::IntrusiveRefCntPtrInfo< T > Struct Template Reference

#include <IntrusiveRefCntPtr.h>

List of all members.

Static Public Member Functions

static void retain (T *obj)
static void release (T *obj)

Detailed Description

template<typename T>
struct llvm::IntrusiveRefCntPtrInfo< T >

Definition at line 88 of file IntrusiveRefCntPtr.h.


Member Function Documentation

template<typename T >
static void llvm::IntrusiveRefCntPtrInfo< T >::release ( T obj) [inline, static]

Definition at line 90 of file IntrusiveRefCntPtr.h.

template<typename T >
static void llvm::IntrusiveRefCntPtrInfo< T >::retain ( T obj) [inline, static]

Definition at line 89 of file IntrusiveRefCntPtr.h.


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