LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::details::canbe_unique< T > Class Template Reference

#include <canbe_unique.hpp>

Public Member Functions

 canbe_unique ()=default
 
 canbe_unique (const canbe_unique &)=delete
 
canbe_uniqueoperator= (const canbe_unique &)=delete
 
canbe_uniqueoperator= (std::nullptr_t)
 
 canbe_unique (canbe_unique &&other) noexcept
 
canbe_uniqueoperator= (canbe_unique &&other) noexcept
 
 canbe_unique (T &ptr)
 
 canbe_unique (const T &ptr)
 
 canbe_unique (std::unique_ptr< T > unique_ptr)
 
T * get ()
 
const T * get () const
 
T * operator-> ()
 
const T * operator-> () const
 
T & operator* ()
 
const T & operator* () const
 
void reset ()
 
 operator bool () const
 
 ~canbe_unique ()
 

Constructor & Destructor Documentation

◆ canbe_unique() [1/6]

template<class T >
LIEF::details::canbe_unique< T >::canbe_unique ( )
default

◆ canbe_unique() [2/6]

template<class T >
LIEF::details::canbe_unique< T >::canbe_unique ( const canbe_unique< T > & )
delete

◆ canbe_unique() [3/6]

template<class T >
LIEF::details::canbe_unique< T >::canbe_unique ( canbe_unique< T > && other)
inlinenoexcept

◆ canbe_unique() [4/6]

template<class T >
LIEF::details::canbe_unique< T >::canbe_unique ( T & ptr)
inline

◆ canbe_unique() [5/6]

template<class T >
LIEF::details::canbe_unique< T >::canbe_unique ( const T & ptr)
inline

◆ canbe_unique() [6/6]

template<class T >
LIEF::details::canbe_unique< T >::canbe_unique ( std::unique_ptr< T > unique_ptr)
inline

◆ ~canbe_unique()

Member Function Documentation

◆ get() [1/2]

template<class T >
T * LIEF::details::canbe_unique< T >::get ( )
inline

◆ get() [2/2]

template<class T >
const T * LIEF::details::canbe_unique< T >::get ( ) const
inline

◆ operator bool()

template<class T >
LIEF::details::canbe_unique< T >::operator bool ( ) const
inline

◆ operator*() [1/2]

template<class T >
T & LIEF::details::canbe_unique< T >::operator* ( )
inline

◆ operator*() [2/2]

template<class T >
const T & LIEF::details::canbe_unique< T >::operator* ( ) const
inline

◆ operator->() [1/2]

template<class T >
T * LIEF::details::canbe_unique< T >::operator-> ( )
inline

◆ operator->() [2/2]

template<class T >
const T * LIEF::details::canbe_unique< T >::operator-> ( ) const
inline

◆ operator=() [1/3]

template<class T >
canbe_unique & LIEF::details::canbe_unique< T >::operator= ( canbe_unique< T > && other)
inlinenoexcept

◆ operator=() [2/3]

template<class T >
canbe_unique & LIEF::details::canbe_unique< T >::operator= ( const canbe_unique< T > & )
delete

◆ operator=() [3/3]

template<class T >
canbe_unique & LIEF::details::canbe_unique< T >::operator= ( std::nullptr_t )
inline

◆ reset()


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