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

#include <bdlar_arrayvtable.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 "array" type category.

See bdlar_arrayvtable

Public Types

typedef int ManipulateElement(void *array, ManipulatorRef &manipulator, int index)
 
typedef void Reset(void *object)
 
typedef void Resize(void *array, int newSize)
 

Public Attributes

ArrayConstVtable d_const
 
ManipulateElementd_manipulateElement_fp
 
Resetd_reset_fp
 
Resized_resize_fp
 

Member Typedef Documentation

◆ ManipulateElement

typedef int bdlar::ArrayVtable::ManipulateElement(void *array, ManipulatorRef &manipulator, int index)

◆ Reset

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

◆ Resize

typedef void bdlar::ArrayVtable::Resize(void *array, int newSize)

Member Data Documentation

◆ d_const

ArrayConstVtable bdlar::ArrayVtable::d_const

◆ d_manipulateElement_fp

ManipulateElement* bdlar::ArrayVtable::d_manipulateElement_fp

◆ d_reset_fp

Reset* bdlar::ArrayVtable::d_reset_fp

◆ d_resize_fp

Resize* bdlar::ArrayVtable::d_resize_fp

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