MCPcopy Create free account

hub / github.com/CppCon/CppCon2019 / functions

Functions1,370 in github.com/CppCon/CppCon2019

FunctiononDocumentCursorActive
* Called whenever there is mouse input at the document level * to determine if the cursor is active or not. * * @param {object} event
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5064
FunctiononDocumentKeyPress
* Handler for the document level 'keypress' event. * * @param {object} event
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5082
FunctiononDocumentKeyPress
* Handler for the document level 'keypress' event. * * @param {object} event
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5079
FunctiononDocumentMouseScroll
* Handles mouse wheel scrolling, throttled to avoid skipping * multiple slides. * * @param {object} event
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5456
FunctiononDocumentMouseScroll
* Handles mouse wheel scrolling, throttled to avoid skipping * multiple slides. * * @param {object} event
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5453
FunctiononError
(error)
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/test/qunit-2.5.0.js:2727
FunctiononError
(error)
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/test/qunit-2.5.0.js:2727
FunctiononNavigateDownClicked
( event )
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5505
FunctiononNavigateDownClicked
( event )
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5502
FunctiononNavigateLeftClicked
* Event handler for navigation control buttons.
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5502
FunctiononNavigateLeftClicked
* Event handler for navigation control buttons.
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5499
FunctiononNavigateNextClicked
( event )
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5507
FunctiononNavigateNextClicked
( event )
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5504
FunctiononNavigatePrevClicked
( event )
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5506
FunctiononNavigatePrevClicked
( event )
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5503
FunctiononNavigateRightClicked
( event )
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5503
FunctiononNavigateRightClicked
( event )
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5500
FunctiononNavigateUpClicked
( event )
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5504
FunctiononNavigateUpClicked
( event )
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5501
FunctiononOverviewSlideClicked
* Invoked when a slide is and we're in the overview. * * @param {object} event
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5559
FunctiononOverviewSlideClicked
* Invoked when a slide is and we're in the overview. * * @param {object} event
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5556
FunctiononPageVisibilityChange
* Handle for the window level 'visibilitychange' event. * * @param {object} [event]
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5536
FunctiononPageVisibilityChange
* Handle for the window level 'visibilitychange' event. * * @param {object} [event]
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5533
FunctiononPointerDown
* Convert pointer down to touch start. * * @param {object} event
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5413
FunctiononPointerDown
* Convert pointer down to touch start. * * @param {object} event
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5410
FunctiononPointerMove
* Convert pointer move to touch move. * * @param {object} event
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5427
FunctiononPointerMove
* Convert pointer move to touch move. * * @param {object} event
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5424
FunctiononPointerUp
* Convert pointer up to touch end. * * @param {object} event
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5441
FunctiononPointerUp
* Convert pointer up to touch end. * * @param {object} event
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5438
FunctiononPreviewLinkClicked
* Handles clicks on links that are set to preview in the * iframe overlay. * * @param {object} event
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5594
FunctiononPreviewLinkClicked
* Handles clicks on links that are set to preview in the * iframe overlay. * * @param {object} event
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5591
FunctiononProgressClicked
* Clicking on the progress bar results in a navigation to the * closest approximate horizontal slide using this equation: * * ( clickX / present
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5482
FunctiononProgressClicked
* Clicking on the progress bar results in a navigation to the * closest approximate horizontal slide using this equation: * * ( clickX / present
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5479
FunctiononUnhandledRejection
(reason)
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/test/qunit-2.5.0.js:2747
FunctiononUnhandledRejection
(reason)
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/test/qunit-2.5.0.js:2747
FunctiononWindowHashChange
* Handler for the window level 'hashchange' event. * * @param {object} [event]
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5514
FunctiononWindowHashChange
* Handler for the window level 'hashchange' event. * * @param {object} [event]
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5511
FunctiononWindowResize
* Handler for the window level 'resize' event. * * @param {object} [event]
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/js/reveal.js:5525
FunctiononWindowResize
* Handler for the window level 'resize' event. * * @param {object} [event]
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/js/reveal.js:5522
Functiononly
(testName, callback)
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/pt-three-ways-pres/reveal.js/test/qunit-2.5.0.js:1961
Functiononly
(testName, callback)
Presentations/compiler_explorer_behind_the_scenes/ce-behind-the-scenes/reveal.js/test/qunit-2.5.0.js:1961
Methodop_base
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/basic/include/cppcon/basic/op_base.hpp:17
Methodopen
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/test/util/ObjLoaderTests.cpp:9
Functionoperator!=
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/fp/optional.hpp:1344
Methodoperator!=
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/math/Norm3.h:23
Methodoperator!=
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/math/ApproxVec3.h:29
Methodoperator!=
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/math/Vec3.h:96
Methodoperator!=
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/util/MaterialSpec.h:39
Methodoperator!=
Presentations/from_algorithm_to_generic_parallel_code/from-book-to-generic/matrix.h:79
Methodoperator%
cross:
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/smallpt/smallpt.cpp:26
Methodoperator()
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/fp/Render.cpp:25
Methodoperator()
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/fp/optional.hpp:2052
Methodoperator()
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/util/ArrayOutput.cpp:15
Methodoperator()
Presentations/back_to_basics_atomics_locks_and_tasks/source/promiseFutureException.cpp:8
Methodoperator()
Presentations/back_to_basics_atomics_locks_and_tasks/source/dotProductPackagedTask.cpp:12
Methodoperator()
Presentations/back_to_basics_atomics_locks_and_tasks/source/monitorObject.cpp:57
Methodoperator()
Presentations/are_we_macrofree_yet/demo/src/sha256_cng.cc:19
Methodoperator()
Presentations/are_we_macrofree_yet/demo/src/sha256_cng.cc:80
Methodoperator()
Presentations/are_we_macrofree_yet/demo/include/macrofree_demo/c_file_funcs.h:40
Methodoperator()
Presentations/from_algorithm_to_generic_parallel_code/from-book-to-generic/benchmark.cpp:70
Methodoperator()
Presentations/from_algorithm_to_generic_parallel_code/from-book-to-generic/benchmark.cpp:78
Methodoperator()
Presentations/from_algorithm_to_generic_parallel_code/from-book-to-generic/function.h:70
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/accept_all/include/cppcon/accept_all/async_accept.hpp:41
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/work/tests/async_write_with_timeout.cpp:44
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/work/tests/state_base.cpp:114
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/work/tests/state_base.cpp:175
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/work/include/cppcon/work/async_write_with_timeout.hpp:55
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/work/include/cppcon/work/async_write_with_timeout.hpp:69
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/accept_no_work/include/cppcon/accept_no_work/async_accept.hpp:61
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/accept/include/cppcon/accept/async_accept.hpp:90
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/cancelable/tests/async_write_with_timeout.cpp:43
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/cancelable/include/cppcon/cancelable/async_write_with_timeout.hpp:52
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/cancelable/include/cppcon/cancelable/async_write_with_timeout.hpp:66
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/basic/tests/op_base.cpp:32
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/basic/tests/async_write_with_timeout.cpp:43
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/basic/tests/state_base.cpp:113
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/basic/include/cppcon/basic/async_write_with_timeout.hpp:49
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/basic/include/cppcon/basic/async_write_with_timeout.hpp:62
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/accept_one/include/cppcon/accept_one/async_accept.hpp:30
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/basic_no_bases/tests/async_write_with_timeout.cpp:43
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/basic_no_bases/include/cppcon/basic_no_bases/async_write_with_timeout.hpp:65
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/basic_no_bases/include/cppcon/basic_no_bases/async_write_with_timeout.hpp:101
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/testing/tests/pending_service.cpp:34
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/testing/include/cppcon/test/pending_service.hpp:60
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/cancelable_no_bases/tests/async_write_with_timeout.cpp:43
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/cancelable_no_bases/include/cppcon/cancelable_no_bases/async_write_with_timeout.hpp:66
Methodoperator()
Presentations/the_networking_ts_in_practice_patterns_for_real_world_problems/code/CppCon2019Talk-master/src/cancelable_no_bases/include/cppcon/cancelable_no_bases/async_write_with_timeout.hpp:103
Methodoperator*
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/smallpt/smallpt.cpp:17
Methodoperator*
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/math/Norm3.impl.h:13
Methodoperator*
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/math/Vec3.h:36
Methodoperator*
Presentations/from_algorithm_to_generic_parallel_code/from-book-to-generic/matrix.h:55
Methodoperator+
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/smallpt/smallpt.cpp:13
Methodoperator+
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/math/Vec3.h:16
Methodoperator-
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/smallpt/smallpt.cpp:15
Methodoperator-
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/math/Norm3.h:27
Methodoperator-
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/math/Vec3.h:26
Functionoperator->
Returns a pointer to the stored value
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/fp/optional.hpp:1259
Methodoperator->
Returns a pointer to the stored value
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/fp/optional.hpp:1995
Methodoperator/
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/math/Vec3.h:48
Functionoperator<
Presentations/path_tracing_three_ways_a_study_of_cpp_styles/code/pt-three-ways-master/src/fp/optional.hpp:1350
← previousnext →1,101–1,200 of 1,370, ranked by callers