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

#include <bdlar_choicevtable.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 "choice" type category.

See bdlar_choicevtable

Public Types

typedef int MakeSelectionById(void *object, int selectionId)
 
typedef int MakeSelectionByName(void *object, const char *selectionName, int selectionNameLength)
 
typedef void Reset(void *object)
 
typedef int ManipulateSelection(void *object, ManipulatorWithInfoRef &manipulator)
 

Public Attributes

ChoiceConstVtable d_const
 
MakeSelectionByIdd_makeSelectionById_fp
 
MakeSelectionByNamed_makeSelectionByName_fp
 
ManipulateSelectiond_manipulateSelection_fp
 
Resetd_reset_fp
 

Member Typedef Documentation

◆ MakeSelectionById

typedef int bdlar::ChoiceVtable::MakeSelectionById(void *object, int selectionId)

◆ MakeSelectionByName

typedef int bdlar::ChoiceVtable::MakeSelectionByName(void *object, const char *selectionName, int selectionNameLength)

◆ ManipulateSelection

typedef int bdlar::ChoiceVtable::ManipulateSelection(void *object, ManipulatorWithInfoRef &manipulator)

◆ Reset

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

Member Data Documentation

◆ d_const

ChoiceConstVtable bdlar::ChoiceVtable::d_const

◆ d_makeSelectionById_fp

MakeSelectionById* bdlar::ChoiceVtable::d_makeSelectionById_fp

◆ d_makeSelectionByName_fp

MakeSelectionByName* bdlar::ChoiceVtable::d_makeSelectionByName_fp

◆ d_manipulateSelection_fp

ManipulateSelection* bdlar::ChoiceVtable::d_manipulateSelection_fp

◆ d_reset_fp

Reset* bdlar::ChoiceVtable::d_reset_fp

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