Symbol: explicit
headers/cpp/std/bastring.h
186
explicit basic_string (): dat (nilRep.grab ()) { }
headers/cpp/std/dcomplex.h
41
explicit complex (const complex<long double>& r);
headers/cpp/std/fcomplex.h
40
explicit complex (const complex<double>& r);
headers/cpp/std/fcomplex.h
41
explicit complex (const complex<long double>& r);
headers/cpp/std/std_valarray.h
124
explicit valarray(size_t);
headers/cpp/std/valarray_array.h
108
explicit _Array (size_t);
headers/cpp/std/valarray_array.h
109
explicit _Array (_Tp* const __restrict__);
headers/cpp/std/valarray_array.h
110
explicit _Array (const valarray<_Tp>&);
headers/cpp/stl_bvector.h
523
explicit __BVECTOR(const allocator_type& __a = allocator_type())
headers/cpp/stl_bvector.h
534
explicit __BVECTOR(size_type __n)
headers/cpp/stl_deque.h
566
explicit deque(const allocator_type& __a = allocator_type())
headers/cpp/stl_deque.h
573
explicit deque(size_type __n) : _Base(allocator_type(), __n)
headers/cpp/stl_function.h
150
explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {}
headers/cpp/stl_function.h
171
explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {}
headers/cpp/stl_function.h
295
explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {}
headers/cpp/stl_function.h
312
explicit pointer_to_binary_function(_Result (*__x)(_Arg1, _Arg2))
headers/cpp/stl_function.h
489
explicit mem_fun_t(_Ret (_Tp::*__pf)()) : _M_f(__pf) {}
headers/cpp/stl_function.h
498
explicit const_mem_fun_t(_Ret (_Tp::*__pf)() const) : _M_f(__pf) {}
headers/cpp/stl_function.h
508
explicit mem_fun_ref_t(_Ret (_Tp::*__pf)()) : _M_f(__pf) {}
headers/cpp/stl_function.h
517
explicit const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) : _M_f(__pf) {}
headers/cpp/stl_function.h
526
explicit mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) : _M_f(__pf) {}
headers/cpp/stl_function.h
535
explicit const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {}
headers/cpp/stl_function.h
545
explicit mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) : _M_f(__pf) {}
headers/cpp/stl_function.h
554
explicit const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {}
headers/cpp/stl_function.h
565
explicit mem_fun_t(void (_Tp::*__pf)()) : _M_f(__pf) {}
headers/cpp/stl_function.h
574
explicit const_mem_fun_t(void (_Tp::*__pf)() const) : _M_f(__pf) {}
headers/cpp/stl_function.h
583
explicit mem_fun_ref_t(void (_Tp::*__pf)()) : _M_f(__pf) {}
headers/cpp/stl_function.h
592
explicit const_mem_fun_ref_t(void (_Tp::*__pf)() const) : _M_f(__pf) {}
headers/cpp/stl_function.h
601
explicit mem_fun1_t(void (_Tp::*__pf)(_Arg)) : _M_f(__pf) {}
headers/cpp/stl_function.h
611
explicit const_mem_fun1_t(void (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {}
headers/cpp/stl_function.h
621
explicit mem_fun1_ref_t(void (_Tp::*__pf)(_Arg)) : _M_f(__pf) {}
headers/cpp/stl_function.h
631
explicit const_mem_fun1_ref_t(void (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {}
headers/cpp/stl_hash_map.h
266
explicit hash_multimap(size_type __n)
headers/cpp/stl_hash_map.h
83
explicit hash_map(size_type __n)
headers/cpp/stl_hash_set.h
260
explicit hash_multiset(size_type __n)
headers/cpp/stl_hash_set.h
81
explicit hash_set(size_type __n)
headers/cpp/stl_iterator.h
358
explicit back_insert_iterator(_Container& __x) : container(&__x) {}
headers/cpp/stl_iterator.h
397
explicit front_insert_iterator(_Container& __x) : container(&__x) {}
headers/cpp/stl_iterator.h
489
explicit reverse_bidirectional_iterator(_BidirectionalIterator __x)
headers/cpp/stl_iterator.h
591
explicit reverse_iterator(iterator_type __x) : current(__x) {}
headers/cpp/stl_iterator.h
696
explicit reverse_iterator(_RandomAccessIterator __x) : current(__x) {}
headers/cpp/stl_list.h
310
explicit list(const allocator_type& __a = allocator_type()) : _Base(__a) {}
headers/cpp/stl_list.h
408
explicit list(size_type __n)
headers/cpp/stl_map.h
91
explicit map(const _Compare& __comp,
headers/cpp/stl_multimap.h
90
explicit multimap(const _Compare& __comp,
headers/cpp/stl_multiset.h
76
explicit multiset(const _Compare& __comp,
headers/cpp/stl_queue.h
132
explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
headers/cpp/stl_queue.h
55
explicit queue(const _Sequence& __c) : c(__c) {}
headers/cpp/stl_raw_storage_iter.h
47
explicit raw_storage_iterator(_ForwardIterator __x) : _M_iter(__x) {}
headers/cpp/stl_set.h
76
explicit set(const _Compare& __comp,
headers/cpp/stl_slist.h
353
explicit slist(const allocator_type& __a = allocator_type()) : _Base(__a) {}
headers/cpp/stl_slist.h
359
explicit slist(size_type __n) : _Base(allocator_type())
headers/cpp/stl_stack.h
55
explicit stack(const _Sequence& __s) : _M_c(__s) {}
headers/cpp/stl_vector.h
235
explicit vector(const allocator_type& __a = allocator_type())
headers/cpp/stl_vector.h
243
explicit vector(size_type __n)
headers/libs/agg/agg_array.h
54
explicit pod_auto_array(const T* c)
headers/libs/agg/agg_color_gray.h
245
explicit gray16(unsigned v_, unsigned a_=base_mask) :
headers/libs/agg/agg_color_gray.h
58
explicit gray8(unsigned v_, unsigned a_=base_mask) :
headers/libs/agg/agg_color_rgba.h
148
explicit rgba(double wavelen, double gamma=1.0)
headers/libs/agg/agg_trans_affine.h
104
explicit trans_affine(const double* m) :
headers/libs/agg/agg_trans_perspective.h
48
explicit trans_perspective(const double* m) :
headers/libs/agg/agg_trans_perspective.h
54
explicit trans_perspective(const trans_affine& a) :
headers/os/media/Buffer.h
68
explicit BBuffer(const buffer_clone_info& info);
headers/os/media/BufferConsumer.h
36
explicit BBufferConsumer(media_type type);
headers/os/media/BufferGroup.h
23
explicit BBufferGroup();
headers/os/media/BufferProducer.h
43
explicit BBufferProducer(media_type producer_type
headers/os/media/MediaAddOn.h
97
explicit BMediaAddOn(image_id image);
headers/os/media/MediaEventLooper.h
31
explicit BMediaEventLooper(
headers/os/media/MediaNode.h
198
explicit BMediaNode(const char* name);
headers/os/media/TimeSource.h
91
explicit BTimeSource(media_node_id id);
headers/os/package/PackageResolvableExpression.h
48
explicit BPackageResolvableExpression(
headers/os/package/PackageVersion.h
26
explicit BPackageVersion(const BString& versionString,
headers/os/package/solver/SolverPackageSpecifier.h
28
explicit BSolverPackageSpecifier(
headers/os/package/solver/SolverPackageSpecifier.h
30
explicit BSolverPackageSpecifier(
headers/os/support/Url.h
99
explicit BUrl(const char* url);
headers/private/netservices2/ExclusiveBorrow.h
208
explicit BBorrow(BExclusiveBorrow<P>& owner)
headers/private/shared/ScopeExit.h
21
explicit ScopeExit(F&& fn) : fFn(fn)
src/add-ons/kernel/file_systems/packagefs/package/PackageData.h
19
explicit PackageData(const PackageDataV2& data);
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
21
explicit StringKey(const char* string)
src/add-ons/media/media-add-ons/AbstractFileInterfaceAddOn.h
21
explicit AbstractFileInterfaceAddOn(image_id image);
src/add-ons/media/media-add-ons/AbstractFileInterfaceNode.h
32
explicit AbstractFileInterfaceNode(
src/add-ons/media/media-add-ons/demultiplexer/MediaDemultiplexerAddOn.h
21
explicit MediaDemultiplexerAddOn(image_id image);
src/add-ons/media/media-add-ons/demultiplexer/MediaDemultiplexerNode.h
32
explicit MediaDemultiplexerNode(
src/add-ons/media/media-add-ons/equalizer/EqualizerAddOn.h
15
explicit EqualizerAddOn(image_id image);
src/add-ons/media/media-add-ons/esound_sink/ESDSinkAddOn.h
44
explicit ESDSinkAddOn(image_id image);
src/add-ons/media/media-add-ons/esound_sink/ESDSinkNode.h
78
explicit ESDSinkNode(BMediaAddOn *addon, char* name, BMessage * config);
src/add-ons/media/media-add-ons/mixer/MixerAddOn.h
17
explicit AudioMixerAddon(image_id image);
src/add-ons/media/media-add-ons/opensound/OpenSoundAddOn.h
27
explicit OpenSoundAddOn(image_id image);
src/add-ons/media/media-add-ons/opensound/OpenSoundDevice.h
61
explicit OpenSoundDevice(oss_card_info *cardinfo);
src/add-ons/media/media-add-ons/opensound/OpenSoundNode.h
41
explicit OpenSoundNode(BMediaAddOn* addon,
src/add-ons/media/media-add-ons/reader/MediaReader.h
37
explicit MediaReader(
src/add-ons/media/media-add-ons/reader/MediaReaderAddOn.h
22
explicit MediaReaderAddOn(image_id image);
src/add-ons/media/media-add-ons/tone_producer_demo/ToneProducerAddOn.h
25
explicit ToneProducerAddOn(image_id image);
src/add-ons/media/media-add-ons/video_mixer/VideoMixerAddOn.h
17
explicit VideoMixerAddOn(image_id image);
src/add-ons/media/media-add-ons/video_mixer/VideoMixerNode.h
34
explicit VideoMixerNode(
src/add-ons/media/media-add-ons/vst_host/VSTAddOn.h
16
explicit VSTAddOn(image_id image);
src/add-ons/media/media-add-ons/writer/MediaWriter.h
37
explicit MediaWriter(
src/add-ons/media/media-add-ons/writer/MediaWriterAddOn.h
22
explicit MediaWriterAddOn(image_id image);
src/add-ons/print/transports/shared/SocketStream.h
13
explicit socketstreambuf(Socket *sock, streamsize n);
src/add-ons/print/transports/shared/SocketStream.h
47
explicit isocketstream(Socket *sock, streamsize n = 4096);
src/add-ons/print/transports/shared/SocketStream.h
54
explicit osocketstream(Socket *sock, streamsize n = 4096);
src/apps/aboutsystem/Utilities.h
30
explicit StringVector(const char* string,...);
src/apps/cortex/addons/AudioAdapter/AudioAdapterAddOn.h
54
explicit AudioAdapterAddOn(image_id image);
src/apps/cortex/addons/Flanger/FlangerAddOn.h
51
explicit FlangerAddOn(image_id image);
src/apps/cortex/addons/LoggingConsumer/LoggingConsumerAddOn.h
53
explicit LoggingConsumerAddOn(image_id image);
src/apps/cortex/addons/NullFilter/NullFilterAddOn.h
53
explicit NullFilterAddOn(image_id image);
src/apps/cortex/support/functional_tools.h
101
explicit bound_method_ref_t(
src/apps/cortex/support/functional_tools.h
119
explicit bound_const_method_ref_t(
src/apps/cortex/support/functional_tools.h
141
explicit bound_method1_t(
src/apps/cortex/support/functional_tools.h
161
explicit bound_const_method1_t(
src/apps/cortex/support/functional_tools.h
179
explicit bound_method_ref1_t(
src/apps/cortex/support/functional_tools.h
197
explicit bound_const_method_ref1_t(
src/apps/cortex/support/functional_tools.h
64
explicit bound_method_t(
src/apps/cortex/support/functional_tools.h
83
explicit bound_const_method_t(
src/kits/debugger/dwarf/DebugInfoEntry.h
161
DECLARE_DEBUG_INFO_ENTRY_ATTR_SETTER(explicit)
src/tests/system/kernel/file_corruption/fs/Transaction.h
34
explicit Transaction(Volume* volume);