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

#include <bdlar_fieldinfo.h>

Public Types

typedef const char * Annotation(const void *self)
 
typedef int FormattingMode(const void *self)
 
typedef int Id(const void *self)
 
typedef const char * Name(const void *self)
 
typedef int NameLength(const void *self)
 

Public Attributes

Annotationd_annotation_p
 
FormattingModed_formattingMode_p
 
Idd_id_p
 
Named_name_p
 
NameLengthd_nameLength_p
 

Member Typedef Documentation

◆ Annotation

typedef const char * bdlar::FieldInfoVtable::Annotation(const void *self)

◆ FormattingMode

typedef int bdlar::FieldInfoVtable::FormattingMode(const void *self)

◆ Id

typedef int bdlar::FieldInfoVtable::Id(const void *self)

◆ Name

typedef const char * bdlar::FieldInfoVtable::Name(const void *self)

◆ NameLength

typedef int bdlar::FieldInfoVtable::NameLength(const void *self)

Member Data Documentation

◆ d_annotation_p

Annotation* bdlar::FieldInfoVtable::d_annotation_p

◆ d_formattingMode_p

FormattingMode* bdlar::FieldInfoVtable::d_formattingMode_p

◆ d_id_p

Id* bdlar::FieldInfoVtable::d_id_p

◆ d_name_p

Name* bdlar::FieldInfoVtable::d_name_p

◆ d_nameLength_p

NameLength* bdlar::FieldInfoVtable::d_nameLength_p

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