![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
Boost.Locale: boost/locale/date_time.hpp Source FileBoost , ,
date_time.hpp 192 inline date_time_period day_of_week_in_month(int v) { return date_time_period(day_of_week_in_month(),v); }
196 inline date_time_period day_of_week_local(int v) { return date_time_period(day_of_week_local(),v); }
228 inline date_time_period first_day_of_week(int v) { return date_time_period(first_day_of_week(),v); }
446 inline date_time_period_set operator+(date_time_period_set const &a,date_time_period_set const &b)
457 inline date_time_period_set operator-(date_time_period_set const &a,date_time_period_set const &b)
1022 inline int day_of_week_in_month(date_time const &dt) { return dt.get(day_of_week_in_month()); }
1091 inline int day_of_week_in_month(date_time_duration const &dt) { return dt.get(day_of_week_in_month()); }
1095 inline int day_of_week_local(date_time_duration const &dt) { return dt.get(day_of_week_local()); }
1127 inline int first_day_of_week(date_time_duration const &dt) { return dt.get(first_day_of_week()); }
The week number within current month. Definition: date_time_facet.hpp:53 period::period_type type The type of period, i.e. era, year, day etc. Definition: date_time.hpp:58 Definition: date_time_facet.hpp:44 date_time_period_set() Definition: date_time.hpp:382 date_time_period const & operator[](size_t n) const Definition: date_time.hpp:428 Definition: date_time_facet.hpp:39 Year, it is calendar specific, for example 2011 in Gregorian calendar. Definition: date_time_facet.hpp:34 this class that represents a set of periods, Definition: date_time.hpp:376 date_time operator+(period::period_type f) const Definition: date_time.hpp:665 date_time_error(std::string const &e) Definition: date_time.hpp:44 This class represents a period: a pair of two date_time objects. Definition: date_time.hpp:932 date_time const & operator>>=(period::period_type f) Definition: date_time.hpp:719 The number of day in year, starting from 1, in Gregorian [1..366]. Definition: date_time_facet.hpp:38 int get(period::period_type f) const Definition: date_time.hpp:948 bool operator<(segment< IteratorL > const &l, segment< IteratorR > const &r) Compare two segments. Definition: segment.hpp:255 period_type first_day_of_week() Definition: date_time.hpp:153 bool operator<=(segment< IteratorL > const &l, segment< IteratorR > const &r) Compare two segments. Definition: segment.hpp:261 this class provides an access to general calendar information. Definition: date_time.hpp:473 bool operator>=(segment< IteratorL > const &l, segment< IteratorR > const &r) Compare two segments. Definition: segment.hpp:273 bool operator==(BaseIterator const &l, boundary_point< BaseIterator > const &r) Definition: boundary_point.hpp:142 int operator/(period::period_type f) const Definition: date_time.hpp:657 a smart pointer similar to std::auto_ptr but it is non-copyable and the underlying object has the sam... Definition: hold_ptr.hpp:18 void display_flags(uint64_t flags) static ios_info & get(std::ios_base &ios) date_time const & operator-=(period::period_type f) Definition: date_time.hpp:688 The week number in the year. Definition: date_time_facet.hpp:52 Special invalid value, should not be used directly. Definition: date_time_facet.hpp:32 The day of month, calendar specific, in Gregorian [1..31]. Definition: date_time_facet.hpp:37 period_type day_of_week_local() Definition: date_time.hpp:121 date_time_period operator+() const Definition: date_time.hpp:63 The month of year, calendar specific, in Gregorian [0..11]. Definition: date_time_facet.hpp:36 Local day of week, for example in France Monday is 1, in US Sunday is 1, [1..7]. Definition: date_time_facet.hpp:46 date_time_period operator-(period::period_type f) Definition: date_time.hpp:326 period_type day_of_week_in_month() Definition: date_time.hpp:117 date_time_period operator*(period::period_type f, T v) Definition: date_time.hpp:335 This class represents a pair of period_type and the integer values that describes its amount... Definition: date_time.hpp:56 int get(period::period_type f) const date_time_period_set operator-(date_time_period_set const &a, date_time_period_set const &b) Definition: date_time.hpp:457 date_time const & operator<<=(period::period_type f) Definition: date_time.hpp:712 This error is thrown in case of invalid state that occurred. Definition: date_time.hpp:39 date_time_period_set(period::period_type f) Definition: date_time.hpp:388 date_time_period_set(date_time_period const &fl) Definition: date_time.hpp:395 std::basic_ostream< CharType > & operator<<(std::basic_ostream< CharType > &out, date_time const &t) Definition: date_time.hpp:874 date_time operator>>(period::period_type f) const Definition: date_time.hpp:704 int operator/(period::period_type f) const Definition: date_time.hpp:956 date_time_period operator+(period::period_type f) Definition: date_time.hpp:319 date_time_duration(date_time const &first, date_time const &second) Definition: date_time.hpp:939 date_time_period operator-() const Definition: date_time.hpp:67 Era i.e. AC, BC in Gregorian and Julian calendar, range [0,1]. Definition: date_time_facet.hpp:33 First day of week, constant, for example Sunday in US = 1, Monday in France = 2. Definition: date_time_facet.hpp:54 double time() const date_time_period_set operator+(date_time_period_set const &a, date_time_period_set const &b) Definition: date_time.hpp:446 std::basic_istream< CharType > & operator>>(std::basic_istream< CharType > &in, date_time &t) Definition: date_time.hpp:901 Extended year for Gregorian/Julian calendars, where 1 BC == 0, 2 BC == -1. Definition: date_time_facet.hpp:35 date_time const & operator+=(period::period_type f) Definition: date_time.hpp:681 date_time operator<<(period::period_type f) const Definition: date_time.hpp:696 this class represents a date time and allows to perform various operation according to the locale set... Definition: date_time.hpp:590 date_time const & start() const Definition: date_time.hpp:964 date_time operator-(period::period_type f) const Definition: date_time.hpp:673 int difference(date_time const &other, period::period_type f) const date_time_period(period::period_type f=period::period_type(), int v=1) Definition: date_time.hpp:72 bool operator>(segment< IteratorL > const &l, segment< IteratorR > const &r) Compare two segments. Definition: segment.hpp:267 bool operator!=(BaseIterator const &l, boundary_point< BaseIterator > const &r) Definition: boundary_point.hpp:150 This class holds a type that represents certain period of time like year, hour, second and so on... Definition: date_time_facet.hpp:70 Статья Boost.Locale: boost/locale/date_time.hpp Source File раздела может быть полезна для разработчиков на c++ и boost. Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта. :: Главная :: ::
|
||||||
©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007 |