Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

base.cef_internal
Struct UnwrapTraits

   in cef_bind_helpers.h

template < typename T > struct UnwrapTraits


Inner Classes, Typedefs, and Enums
typedef UnwrapTraits::ForwardType
          
 
Method Summary
 static UnwrapTraits::ForwardType Unwrap( UnretainedWrapper< T > unretained )
          
 static UnwrapTraits::ForwardType Unwrap( ConstRefWrapper< T > const_ref )
          
 static UnwrapTraits::ForwardType Unwrap( const scoped_refptr< T >& o )
          
 static UnwrapTraits::ForwardType Unwrap( const WeakPtr< T >& o )
          
 static UnwrapTraits::ForwardType Unwrap( const OwnedWrapper< T >& o )
          
 static T Unwrap( PassedWrapper< T >& o )
          
 static UnwrapTraits::ForwardType Unwrap( const T& o )
          
 

Method Detail

Unwrap

public static UnwrapTraits::ForwardType Unwrap( UnretainedWrapper< T > unretained );

Unwrap

public static UnwrapTraits::ForwardType Unwrap( ConstRefWrapper< T > const_ref );

Unwrap

public static UnwrapTraits::ForwardType Unwrap( const scoped_refptr< T >& o );

Unwrap

public static UnwrapTraits::ForwardType Unwrap( const WeakPtr< T >& o );

Unwrap

public static UnwrapTraits::ForwardType Unwrap( const OwnedWrapper< T >& o );

Unwrap

public static T Unwrap( PassedWrapper< T >& o );

Unwrap

public static UnwrapTraits::ForwardType Unwrap( const T& o );

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt