Cached Date fields for faster formatting.
Synopsis
Declared in <bdlt_dateformatter.h>
class DateFormatter_Cache;
Description
This class facilitates faster access to a Date object during printing by batching access to several fields in a single call during construction and caching them for quick access later.
Member Functions
Name |
Description |
|
Cache a copy of the specified |
Return the cached |
|
Call the |
|
Call the |
|
Return the cached |
|
Return the cached year field. |
Created with MrDocs