ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

template<class _Ch , class _InIt >
_InIt time_get< _Ch, _InIt >::do_get_monthname ( iter_type  __s,
iter_type  __end,
ios_base __str,
ios_base::iostate __err,
tm __t 
) const [protected, virtual]

Definition at line 385 of file _time_facets.c.

Referenced by time_get< _Ch, _InIt >::get_monthname().

                                                      {
  bool __result =
    _STLP_PRIV __get_short_or_long_monthname(__s, __end, this->_M_timeinfo, __t);
  if (__result)
    __err = ios_base::goodbit;
  else {
    __err = ios_base::failbit;
    if (__s == __end)
      __err |= ios_base::eofbit;
  }
  return __s;
}

Generated on Sun May 27 2012 06:45:04 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.