Static template functions for returning a string representation for the name of a type.
Declared in <bdlat_typename.h>
struct bdlat_TypeName;
| Name | Description |
|---|---|
className | Return the exported class name for TYPE, or 0 if none is exported. |
name | Return a null-terminated string containing the name of TYPE. |
xsdName | Return the XSD type name for the specified object and format. |