Searched refs:basic_environment_impl (Results 1 – 3 of 3) sorted by relevance
144 struct basic_environment_impl struct168 basic_environment_impl(const native_environment_impl<Char> & nei);169 basic_environment_impl() = default;170 basic_environment_impl(const basic_environment_impl& rhs) in basic_environment_impl() function175 basic_environment_impl(basic_environment_impl && ) = default;176 basic_environment_impl & operator=(const basic_environment_impl& rhs) in operator =() argument183 basic_environment_impl & operator=(basic_environment_impl && ) = default;186 explicit inline basic_environment_impl( in basic_environment_impl() argument187 const basic_environment_impl<CharR>& rhs, in basic_environment_impl()202 basic_environment_impl & operator=(const basic_environment_impl<CharR>& rhs) in operator =() argument[all …]
139 struct basic_environment_impl struct166 inline basic_environment_impl(const native_environment_impl<Char> & nei);167 basic_environment_impl() = default;168 basic_environment_impl(const basic_environment_impl& rhs) in basic_environment_impl() argument172 basic_environment_impl(basic_environment_impl && rhs) in basic_environment_impl() argument178 basic_environment_impl &operator=(basic_environment_impl && rhs) in operator =() argument187 basic_environment_impl & operator=(const basic_environment_impl& rhs) in operator =() argument195 explicit inline basic_environment_impl( in basic_environment_impl() argument196 const basic_environment_impl<CharR>& rhs, in basic_environment_impl()203 basic_environment_impl & operator=(const basic_environment_impl<CharR>& rhs) in operator =() argument[all …]
225 template<typename Char, template <class> class Implementation = detail::api::basic_environment_impl>226 class basic_environment_impl : public Implementation<Char> class239 using base_type = basic_environment_impl<Char, Implementation>;615 class basic_native_environment : public basic_environment_impl<Char, detail::api::native_environmen…618 using base_type = basic_environment_impl<Char, detail::api::native_environment_impl>;625 class basic_environment : public basic_environment_impl<Char, detail::api::basic_environment_impl>628 using base_type = basic_environment_impl<Char, detail::api::basic_environment_impl>;