BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlar::DynamicTypeVtable Struct Reference

#include <bdlar_dynamictypevtable.h>

Detailed Description

This struct stores a series of function pointers to wrappers that invoke the underlying methods of the supplied type erased object that implement the "dynamic" type category.

See bdlar_dynamictypevtable

Public Types

typedef void Reset(void *object)
 
typedef AnyRefData ValueRef(void *object)
 

Public Attributes

DynamicTypeConstVtable d_const
 
Resetd_reset_fp
 
ValueRefd_valueRef_fp
 

Member Typedef Documentation

◆ Reset

typedef void bdlar::DynamicTypeVtable::Reset(void *object)

◆ ValueRef

typedef AnyRefData bdlar::DynamicTypeVtable::ValueRef(void *object)

Member Data Documentation

◆ d_const

DynamicTypeConstVtable bdlar::DynamicTypeVtable::d_const

◆ d_reset_fp

Reset* bdlar::DynamicTypeVtable::d_reset_fp

◆ d_valueRef_fp

ValueRef* bdlar::DynamicTypeVtable::d_valueRef_fp

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