MCPcopy Create free account

hub / github.com/bloomen/transwarp / functions

Functions1,274 in github.com/bloomen/transwarp

Methodcancel
If enabled then this task is canceled which will throw transwarp::task_canceled when retrieving the task result. Passing false is equivalent to resume
include/transwarp.h:2473
Methodcancel_all
If enabled then all pending tasks in the graph are canceled which will throw transwarp::task_canceled when retrieving the task result. Passing false i
include/transwarp.h:2480
Methodcancel_all_but_one_functor
include/transwarp.h:970
Methodcancel_visitor
include/transwarp.h:1317
Methodcanceled
Returns whether the associated task is canceled
include/transwarp.h:2287
Methodcardinality
test/catch.hpp:5980
Functioncast
include/transwarp.h:3335
Methodcheck_listener
Check for non-null listener pointer
include/transwarp.h:2173
Methodcircular_buffer
Constructs a circular buffer with a given fixed capacity
include/transwarp.h:1784
Methodcleanup
test/catch.hpp:9428
Methodcleanup
test/catch.hpp:9436
Methodcli
test/catch.hpp:9205
Methodclone
include/transwarp.h:112
Methodclone
include/transwarp.h:630
Methodclone
include/transwarp.h:654
Methodclone
include/transwarp.h:1668
Methodclone
include/transwarp.h:1687
Methodclone_cast
Clones this task and casts the result to a ptr to task_impl
include/transwarp.h:2965
Methodclone_cast
Clones this task and casts the result to a ptr to value_task
include/transwarp.h:3046
Methodclone_impl
include/transwarp.h:3263
Methodclone_task_functor
include/transwarp.h:1636
Methodclose
test/catch.hpp:11646
FunctioncloseDesyncedTip
()
docs/jquery.js:23
FunctioncloseTooltip
(disableDelay)
docs/jquery.js:23
Methodcomplete
test/catch.hpp:4931
FunctioncomputePlacementCoords
(element,placement,tipWidth,tipHeight,offset)
docs/jquery.js:23
Methodconfig
test/catch.hpp:8521
Methodcontrol_error
include/transwarp.h:271
Methodconvert
test/catch.hpp:792
Methodconvert
test/catch.hpp:858
Methodconvert
test/catch.hpp:864
Methodconvert
test/catch.hpp:870
Methodconvert
test/catch.hpp:935
Methodconvert
test/catch.hpp:946
Methodconvert
test/catch.hpp:973
Methodconvert
test/catch.hpp:981
Methodconvert
test/catch.hpp:1012
Methodconvert
test/catch.hpp:1055
Methodconvert
test/catch.hpp:1107
Methodconvert
test/catch.hpp:1114
Methodconvert
test/catch.hpp:1170
Methodconvert
test/catch.hpp:1178
Methodconvert
test/catch.hpp:1186
Methodconvert
test/catch.hpp:1194
Methodconvert
test/catch.hpp:1206
Methodconvert
test/catch.hpp:1213
Methodconvert
test/catch.hpp:4572
Functioncopy_transform
examples/wide_graph_with_pool.cpp:23
Methodcreate
test/catch.hpp:3984
Methodcreate
test/catch.hpp:4005
MethodcreateContext
test/catch.hpp:6958
FunctioncreateResults
()
docs/search/search.js:745
Methodcustom
test/catch.hpp:4554
Methoddata_t
examples/single_thread_lock_free.cpp:65
Methoddecrement
include/transwarp.h:1869
Methoddecrement_refcount
include/transwarp.h:2738
Methoddescribe
test/catch.hpp:2222
Methoddescribe
test/catch.hpp:2255
Methoddescribe
test/catch.hpp:2288
Methoddescribe
test/catch.hpp:2473
Methoddescribe
test/catch.hpp:2503
Methoddescribe
test/catch.hpp:2527
Methoddescribe
test/catch.hpp:2566
Methoddescribe
test/catch.hpp:2884
Methoddescribe
test/catch.hpp:2897
Methoddescribe
test/catch.hpp:2910
Methoddescribe
test/catch.hpp:2922
Methoddescribe
test/catch.hpp:7886
FunctiondoNothing
test/catch.hpp:4664
Methodedge
include/transwarp.h:367
Methodedges
Returns all edges in the graph. This is mainly for visualizing the tasks and their interdependencies. Pass the result into transwarp::to_string to ret
include/transwarp.h:2583
Methodedges_visitor
include/transwarp.h:1282
Methodempty
named queries
test/catch.hpp:446
Methodend
test/catch.hpp:5443
MethodendRun
test/catch.hpp:10024
MethodenforceOk
test/catch.hpp:5709
Methodensure_listeners_object
include/transwarp.h:2179
Methodescape
test/catch.hpp:10403
MethodexceptionEarlyReported
test/catch.hpp:8631
Methodexecute
examples/single_thread_lock_free.cpp:33
Methodexecute
Runs the functor on the current thread
include/transwarp.h:1927
Methodexecutor
examples/single_thread_lock_free.cpp:20
Methodexecutor
The task's executor (may be null)
include/transwarp.h:2282
Methodfinal_visitor
include/transwarp.h:1268
Methodfinalize
Can be called to explicitly finalize this task making this task the terminal task in the graph. This is also done implicitly when calling, e.g., any o
include/transwarp.h:2255
Methodfinished_listener
include/transwarp.h:3565
Methodfunctor
test/test_cancel.cpp:42
Methodfuture
Returns the future associated to the underlying execution
include/transwarp.h:2074
Functiongenerate_gamma
examples/statistical_key_facts.cpp:14
Methodget
Returns the result of this task. Throws any exceptions that the underlying functor throws. Should only be called if was_scheduled() is true, throws tr
include/transwarp.h:2801
Methodget
Returns the result of this task. Throws any exceptions that the underlying functor throws. Should only be called if was_scheduled() is true, throws tr
include/transwarp.h:2844
Methodget
Blocks until the task finishes. Throws any exceptions that the underlying functor throws. Should only be called if was_scheduled() is true, throws tra
include/transwarp.h:2887
MethodgetCurrentTestName
test/catch.hpp:8621
MethodgetDescription
test/catch.hpp:3988
MethodgetDescription
test/catch.hpp:4008
MethodgetElapsedMicroseconds
test/catch.hpp:10466
MethodgetElapsedMilliseconds
test/catch.hpp:10469
MethodgetHelpColumns
test/catch.hpp:6219
MethodgetLastResult
test/catch.hpp:8627
FunctiongetLineOfChars
test/catch.hpp:3896
← previousnext →701–800 of 1,274, ranked by callers