avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Public Member Functions | List of all members
av::DefaultResetPtr< T, W > Struct Template Reference

This functor used by default to set new pointer that will be wrapped by W wrapper. More...

#include <linkedlistutils.h>

Public Member Functions

void operator() (W &wrapper, T *ptr) const
 

Detailed Description

template<typename T, typename W>
struct av::DefaultResetPtr< T, W >

This functor used by default to set new pointer that will be wrapped by W wrapper.

Functor call method 'reset(T * ptr)' to set new

Member Function Documentation

◆ operator()()

template<typename T , typename W >
void av::DefaultResetPtr< T, W >::operator() ( W &  wrapper,
T *  ptr 
) const
inline

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