BDE 4.14.0 Production release
Loading...
Searching...
No Matches
balber::BerUtil_TimeOrTimeTzEncoding Struct Reference

#include <balber_berutil.h>

Public Types

enum  Value {
  e_ISO8601_TIME = Encoding::e_ISO8601_TIME , e_ISO8601_TIMETZ = Encoding::e_ISO8601_TIMETZ , e_COMPACT_BINARY_TIME = Encoding::e_COMPACT_BINARY_TIME , e_COMPACT_BINARY_TIMETZ = Encoding::e_COMPACT_BINARY_TIMETZ ,
  e_EXTENDED_BINARY_TIME = Encoding::e_EXTENDED_BINARY_TIME , e_EXTENDED_BINARY_TIMETZ = Encoding::e_EXTENDED_BINARY_TIMETZ
}
 
typedef BerUtil_DateAndTimeEncoding Encoding
 

Detailed Description

This component-private utility struct provides a namespace for enumerating the set of formats that may be used by BerUtil to decode values of bdlb::Variant2<bdlt::Time, bdlt::TimeTz> type.

Member Typedef Documentation

◆ Encoding

Encoding is an alias to a namespace for enumerating the union of the sets of date and time formats used to encode and decode all date and time types supported by BerUtil.

Member Enumeration Documentation

◆ Value

Enumerator
e_ISO8601_TIME 
e_ISO8601_TIMETZ 
e_COMPACT_BINARY_TIME 
e_COMPACT_BINARY_TIMETZ 
e_EXTENDED_BINARY_TIME 
e_EXTENDED_BINARY_TIMETZ 

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