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

#include <bdlar_nullablevaluevtable.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 "nullable value" type category.

See bdlar_nullablevaluevtable

Public Types

typedef int ManipulateValue(void *object, ManipulatorRef &manipulator)
 
typedef void MakeValue(void *object)
 
typedef void Reset(void *object)
 

Public Attributes

NullableValueConstVtable d_const
 
ManipulateValued_manipulateValue_fp
 
MakeValued_makeValue_fp
 
Resetd_reset_fp
 

Member Typedef Documentation

◆ MakeValue

typedef void bdlar::NullableValueVtable::MakeValue(void *object)

◆ ManipulateValue

typedef int bdlar::NullableValueVtable::ManipulateValue(void *object, ManipulatorRef &manipulator)

◆ Reset

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

Member Data Documentation

◆ d_const

NullableValueConstVtable bdlar::NullableValueVtable::d_const

◆ d_makeValue_fp

MakeValue* bdlar::NullableValueVtable::d_makeValue_fp

◆ d_manipulateValue_fp

ManipulateValue* bdlar::NullableValueVtable::d_manipulateValue_fp

◆ d_reset_fp

Reset* bdlar::NullableValueVtable::d_reset_fp

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