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

#include <bdlar_simpletypevtable.h>

Detailed Description

This struct stores a series of function pointers to wrappers that invoke the underlying methods with read-only access of the supplied type erased object that implement the "simple" type category.

See bdlar_simpletypevtable

Public Types

typedef SimpleTypeId TypeId()
 
typedef const char * XsdName(const void *object, int format)
 

Public Attributes

TypeIdd_typeId_fp
 
XsdNamed_xsdName_fp
 

Member Typedef Documentation

◆ TypeId

typedef SimpleTypeId bdlar::SimpleTypeConstVtable::TypeId()

◆ XsdName

typedef const char * bdlar::SimpleTypeConstVtable::XsdName(const void *object, int format)

Member Data Documentation

◆ d_typeId_fp

TypeId* bdlar::SimpleTypeConstVtable::d_typeId_fp

◆ d_xsdName_fp

XsdName* bdlar::SimpleTypeConstVtable::d_xsdName_fp

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