Static Public Member Functions
linb::final::vtable_dynamic< T > Struct Template Reference

VTable for dynamically allocated storage. More...

List of all members.

Static Public Member Functions

static void copy (const storage_union &src, storage_union &dest)
static void destroy (storage_union &storage) noexcept
static void move (storage_union &src, storage_union &dest) noexcept
static void swap (storage_union &lhs, storage_union &rhs) noexcept
static const std::type_info & type () noexcept

Detailed Description

template<typename T>
struct linb::final::vtable_dynamic< T >

VTable for dynamically allocated storage.

Definition at line 203 of file any.hpp.


Member Function Documentation

template<typename T >
static void linb::final::vtable_dynamic< T >::copy ( const storage_union src,
storage_union dest 
) [inline, static]

Definition at line 216 of file any.hpp.

template<typename T >
static void linb::final::vtable_dynamic< T >::destroy ( storage_union storage) [inline, static]

Definition at line 210 of file any.hpp.

template<typename T >
static void linb::final::vtable_dynamic< T >::move ( storage_union src,
storage_union dest 
) [inline, static]

Definition at line 221 of file any.hpp.

template<typename T >
static void linb::final::vtable_dynamic< T >::swap ( storage_union lhs,
storage_union rhs 
) [inline, static]

Definition at line 227 of file any.hpp.

template<typename T >
static const std::type_info& linb::final::vtable_dynamic< T >::type ( ) [inline, static]

Definition at line 205 of file any.hpp.


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


libnabo
Author(s): Stéphane Magnenat
autogenerated on Sun Feb 10 2019 03:52:20