ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


time_get

Superclass:
locale::facet, time_base
Declared In:

Introduction

@brief Facet for parsing dates and times.

This facet encapsulates the code to parse and return a date or time from a string. It is used by the istream numeric extraction operators.

The time_get template uses protected virtual functions to provide the actual results. The public accessors forward the call to the virtual functions. These virtual functions are hooks for developers to implement the behavior they require from the time_get facet.



Last Updated: 2006-06-20