xrootd
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
XrdCl::FwdStorage< T >::Memory Union Reference

Memory for the value. More...

#include <XrdClFwd.hh>

Public Member Functions

 Memory ()
 Make sure the default constructor of T won't be called.
 
 ~Memory ()
 Make sure the destrutor of T won't be called.
 

Public Attributes

memory
 The memory for storing forwarded value.
 

Detailed Description

template<typename T>
union XrdCl::FwdStorage< T >::Memory

Memory for the value.

Constructor & Destructor Documentation

◆ Memory()

template<typename T >
XrdCl::FwdStorage< T >::Memory::Memory ( )
inline

Make sure the default constructor of T won't be called.

◆ ~Memory()

template<typename T >
XrdCl::FwdStorage< T >::Memory::~Memory ( )
inline

Make sure the destrutor of T won't be called.

Member Data Documentation

◆ memory

template<typename T >
T XrdCl::FwdStorage< T >::Memory::memory

The memory for storing forwarded value.

Referenced by XrdCl::FwdStorage< T >::operator=(), and XrdCl::FwdStorage< T >::operator=().


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