log4cplus  2.0.0
Public Types | Static Public Member Functions
log4cplus::device_appender_detail::device_type_traits< boost::shared_ptr< T > > Struct Template Reference

#include <deviceappender.hxx>

List of all members.

Public Types

typedef boost::shared_ptr< T > device_type

Static Public Member Functions

static T & unwrap (device_type const &ptr)

Detailed Description

template<typename T>
struct log4cplus::device_appender_detail::device_type_traits< boost::shared_ptr< T > >

Definition at line 64 of file deviceappender.hxx.


Member Typedef Documentation

template<typename T >
typedef boost::shared_ptr<T> log4cplus::device_appender_detail::device_type_traits< boost::shared_ptr< T > >::device_type

Definition at line 66 of file deviceappender.hxx.


Member Function Documentation

template<typename T >
static T& log4cplus::device_appender_detail::device_type_traits< boost::shared_ptr< T > >::unwrap ( device_type const &  ptr) [inline, static]

Definition at line 70 of file deviceappender.hxx.


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