ReactOS 0.4.15-dev-7924-g5949c20
_time_facets.h File Reference
#include <stl/_ctime.h>
#include <stl/c_locale.h>
#include <stl/_ios_base.h>
#include <stl/_iostream_string.h>
#include <stl/_facets_fwd.h>
Include dependency graph for _time_facets.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  _Time_Info_Base
 
class  _Time_Info
 
class  _WTime_Info
 
class  time_base
 
class  time_init< char >
 
class  time_init< wchar_t >
 
class  time_get< _Ch, _InIt >
 
class  time_get_byname< _Ch, _InIt >
 
class  time_put< _Ch, _OutIt >
 
class  time_put_byname< _Ch, _OutIt >
 

Functions

_STLP_MOVE_TO_PRIV_NAMESPACE _STLP_DECLSPEC void _STLP_CALL __write_formatted_time (__iostring &, const ctype< char > &__ct, char __format, char __modifier, const _Time_Info &__table, const tm *__t)
 
_STLP_DECLSPEC void _STLP_CALL __write_formatted_time (__iowstring &, const ctype< wchar_t > &__ct, char __format, char __modifier, const _WTime_Info &__table, const tm *__t)
 

Function Documentation

◆ __write_formatted_time() [1/2]

_STLP_MOVE_TO_PRIV_NAMESPACE _STLP_DECLSPEC void _STLP_CALL __write_formatted_time ( __iostring buf,
const ctype< char > &  __ct,
char  __format,
char  __modifier,
const _Time_Info __table,
const tm __t 
)

Definition at line 454 of file time_facets.cpp.

457{ __write_formatted_timeT(buf, ct, format, modifier, table, t); }
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
Definition: gl.h:1546
GLdouble GLdouble t
Definition: gl.h:2047
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition: glext.h:7751
void _STLP_CALL __write_formatted_timeT(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype< _Ch > &ct, char format, char modifier, const _TimeInfo &table, const tm *t)

Referenced by time_put< _Ch, _OutIt >::do_put().

◆ __write_formatted_time() [2/2]

_STLP_DECLSPEC void _STLP_CALL __write_formatted_time ( __iowstring buf,
const ctype< wchar_t > &  __ct,
char  __format,
char  __modifier,
const _WTime_Info __table,
const tm __t 
)

Definition at line 459 of file time_facets.cpp.

462{ __write_formatted_timeT(buf, ct, format, modifier, table, t); }