/third_party/boost/boost/format/ |
D | internals.hpp | 47 void apply_manip(T manipulator) //- modifies state by applying manipulator in apply_manip() 48 { apply_manip_body<Ch, Tr, T>( *this, manipulator) ; } in apply_manip() 143 T manipulator) { in apply_manip_body() argument 147 ss << manipulator; in apply_manip_body()
|
D | internals_fwd.hpp | 34 int itemN, T manipulator); 44 T manipulator);
|
D | format_class.hpp | 114 basic_format& modify_item(int itemN, T manipulator) in modify_item() argument 115 { return io::detail::modify_item_body<Ch,Tr, Alloc, T> (*this, itemN, manipulator);} in modify_item()
|
D | format_implementation.hpp | 311 modify_item_body (basic_format<Ch, Tr, Alloc>& self, int itemN, T manipulator) { in modify_item_body() argument 319 self.items_[itemN-1].fmtstate_. template apply_manip<T> ( manipulator ); in modify_item_body()
|
/third_party/boost/libs/log/doc/ |
D | utilities.qbk | 101 …rded to the [link log.detailed.utilities.manipulators.to_log `to_log`] manipulator when the wrappe… 188 [section:to_log Customized logging manipulator] 192 The [funcref boost::log::to_log `to_log`] function creates a stream manipulator that simply outputs… 198 …st::log::to_log `to_log`], a tag type, which will be embedded into the manipulator type and thus w… 208 [section:add_value Attribute value attaching manipulator] 212 …manipulator that attaches an attribute value to a log record. This manipulator can only be used in… 214 In addition to the value itself, the manipulator also requires the attribute name to be provided. F… 221 [section:dump Binary dump manipulator] 225 The [funcref boost::log::dump `dump`] function creates a manipulator that outputs binary contents o… 233 The manipulator also allows to limit the amount of data to be output, in case if the input data can… [all …]
|
D | changelog.qbk | 21 * Added a new [link log.detailed.utilities.manipulators.range `range_manip`] stream manipulator tha… 22 * Added a new [link log.detailed.utilities.manipulators.tuple `tuple_manip`] stream manipulator tha… 23 … log.detailed.utilities.manipulators.optional `optional_manip`] stream manipulator that can be use… 45 …ter] and [link log.detailed.utilities.manipulators.auto_newline stream manipulator]. It can be use… 217 * Fixed [link log.detailed.utilities.manipulators.dump `dump`] manipulator output on AVX2-enabled C… 222 …d the [link log.detailed.utilities.manipulators.add_value `add_value`] manipulator produce garbage… 253 …uses of the [link log.detailed.utilities.manipulators.add_value `add_value`] manipulator with MSVC. 254 * Added a new [link log.detailed.utilities.manipulators.dump `dump`] output manipulator for printin… 270 …manipulator allows to customize formatting for particular types and attributes without changing th…
|
D | expressions.qbk | 79 …rded to the [link log.detailed.utilities.manipulators.to_log `to_log`] manipulator when the extrac… 85 …n the [link log.detailed.utilities.manipulators.to_log `to_log_manip`] manipulator marked with the… 481 …manipulator] for formatter expressions. The `auto_newline` formatter can be useful, for example, i…
|
/third_party/boost/libs/geometry/doc/reference/io/ |
D | svg.qbk | 16 * [link geometry.reference.io.svg.svg The SVG manipulator]
|
D | read_wkt.qbk | 22 * [link geometry.reference.io.wkt.wkt WKT streaming manipulator]
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | boost_test_bitwise_comparison.qbk | 13 The manipulator [classref boost::test_tools::bitwise] can be provided to the __BOOST_TEST__ macro i…
|
D | boost_test_collection_comparison.qbk | 80 By specifying the manipulator [classref boost::test_tools::per_element], the comparison of the elem… 139 By specifying the manipulator [classref boost::test_tools::lexicographic], the containers are compa…
|
D | testing_floating_points.qbk | 28 …ng point comparison tolerance per single assertion, by providing the ['manipulator] [funcref boost… 45 At assertion level, the manipulator syntax is: 55 the numeric value passed along the manipulator:
|
D | testing_tools_reference.qbk | 54 * [classref boost::test_tools::bitwise] is a manipulator indicating that the comparison should be p… 56 * [classref boost::test_tools::per_element] is a manipulator indicating that the comparison should … 59 * [classref boost::test_tools::lexicographic] is a manipulator indicating that the comparison shoul…
|
/third_party/boost/boost/convert/ |
D | stream.hpp | 85 template<typename manipulator> 86 this_type& operator() (manipulator m) { return (stream_ << m, *this); } in operator ()()
|
/third_party/boost/libs/locale/doc/ |
D | dates_times_timezones.txt | 123 -# iostream level: you can use \ref boost::locale::as::time_zone "as::time_zone" manipulator to se… 143 - Applying \ref boost::locale::as::datetime "as::datetime" manipulator on the stream 146 - Reverting the manipulator effect back. 163 then you need to use specific iostream manipulator in order to display current date or time,
|
D | formatting_and_parsing.txt | 26 There is a special manipulator \c as::posix that "unsets" locale-specific settings and returns them… 74 - \c as::ftime -- parameterized manipulator that allows specification of time in the format that … 99 - \c as::time_zone -- parameterized manipulator that sets the time-zone ID for date-time formatt…
|
D | localized_text_formatting.txt | 96 … ftime with string (quoted) parameter -- display as with \c strftime. See \c as::ftime manipulator.
|
/third_party/boost/libs/io/doc/ |
D | quoted.adoc | 33 The Boost quoted stream I/O manipulator places delimiters, defaulted to the 135 The `quoted()` stream manipulator emerged from discussions on the Boost
|
/third_party/boost/libs/convert/doc/ |
D | stream_converter.qbk | 24 …g metaphors from this underlying component. One such metaphor is the ['manipulator] represented by… 39 is equivalent to the following ['std::manipulator]-based variant:
|
/third_party/boost/libs/pfr/doc/ |
D | Jamfile.v2 | 35 …es' \\xmlonly</link>\\endxmlonly for info on how to implement your own manipulator with custom for…
|
/third_party/boost/libs/spirit/doc/qi/ |
D | stream.qbk | 138 (or [qi_match `phrase_match`]) stream manipulator the `Istream` 141 [qi_match `phrase_match`]) manipulator has been used with.
|
D | parse_api.qbk | 268 All functions above return a standard IO stream manipulator instance (see 280 and forward this as a combined attribute to the corresponding manipulator 285 expression. This can be inhibited by using the other versions of that manipulator
|
/third_party/boost/libs/spirit/doc/karma/ |
D | stream.qbk | 162 (or [karma_format `format_delimited`]) stream manipulator the `Ostream` 165 [karma_format `format_delimited`]) manipulator has been used with.
|
D | generate_api.qbk | 270 All functions above return a standard IO stream manipulator instance (see 282 and forward this as a combined attribute to the corresponding manipulator 288 version of that manipulator while passing `delimit_flag::predelimit` to the
|
/third_party/python/Lib/test/test_importlib/source/ |
D | test_file_loader.py | 382 name, mapping, manipulator, *, argument 397 if manipulator: 400 new_bc = manipulator(bc)
|