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

 


locale_facets.h

Includes:
<ctime>
<cwctype>
<iosfwd>
<bits/ios_base.h>
<streambuf>
<bits/ctype_base.h>
<bits/ctype_inline.h>
<bits/codecvt.h>
<bits/time_members.h>
<bits/messages_members.h>
<ctime>
<cwctype>
<iosfwd>
<bits/ios_base.h>
<streambuf>
<bits/ctype_base.h>
<bits/ctype_inline.h>
<bits/codecvt.h>
<bits/time_members.h>
<bits/messages_members.h>
<ctime>
<cwctype>
<iosfwd>
<bits/ios_base.h>
<streambuf>
<bits/ctype_base.h>
<bits/ctype_inline.h>
<bits/codecvt.h>
<bits/time_members.h>
<bits/messages_members.h>

Introduction

This is an internal header file, included by other library headers. You should not attempt to use it directly.



Classes

__ctype_abstract_base
char
collate
ctype
messages
money_base
money_get
money_put
moneypunct
num_get
num_put
numpunct
time_base
time_get
time_put
wchar_t


Functions

__timepunct

__timepunct


explicit __timepunct(
    __c_locale __cloc,
    const char*__s,
    size_t __refs = 0);  
Parameters
cloc
The "C" locale.
s
The name of a locale.
refs
Passed to the base facet class.
Discussion

@brief Internal constructor. Not for general use.

This is a constructor for use by the library itself to set up new locales.

Typedefs


messages_base


struct messages_base { 
    typedef int catalog; 
};  
Discussion

@brief Messages facet base class providing catalog typedef.

Last Updated: 2006-06-20