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 "sequence" type category.
Synopsis
Declared in <bdlar_sequencevtable.h>
struct SequenceConstVtable;
Type Aliases
Name |
Description |
Function pointer type accessing a sequence attribute by id. |
|
Function pointer type accessing a sequence attribute by name. |
|
Function pointer type accessing all attributes of a sequence. |
|
Function pointer type indicating whether a sequence has the specified attribute id. |
|
Function pointer type indicating whether a sequence has the specified attribute name. |
|
Function pointer type returning the XSD name of a sequence. |
Data Members
Name |
Description |
attribute accessor by id |
|
attribute accessor by name |
|
all attributes accessor |
|
attribute id predicate |
|
attribute name predicate |
|
XSD name accessor |
Created with MrDocs