BDE 4.14.0 Production release
|
Enumerate the set of data types for a user supplied attribute.
This component provides a namespace for the enum
type, ball::UserFieldType
, that enumerates the set of types a user defined log attribute may have.
This section illustrates intended use of this component.
The following snippets of code provide a simple illustration of ball::UserFieldType
usage.
First, we create a variable value
of type ball::UserFieldType::Enum
and initialize it to the value ball::UserFieldType::e_STRING
:
Next, we store a pointer to its ASCII representation in a variable asciiValue
of type const char *
:
Finally, we print the value to bsl::cout
:
This statement produces the following output on stdout
: