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

#include <bdlar_simpletypevtable.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 "simple" type category.

See bdlar_simpletypevtable

Public Types

typedef void Reset(void *object)
 

Public Attributes

SimpleTypeConstVtable d_const
 
Resetd_reset_fp
 

Member Typedef Documentation

◆ Reset

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

Member Data Documentation

◆ d_const

SimpleTypeConstVtable bdlar::SimpleTypeVtable::d_const

◆ d_reset_fp

Reset* bdlar::SimpleTypeVtable::d_reset_fp

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