MCPcopy Create free account

hub / github.com/Extra-Creativity/Modern-Cpp-Basics / functions

Functions594 in github.com/Extra-Creativity/Modern-Cpp-Basics

↓ 1 callersFunctionInnerMethod
06-Programming in Multiple Files/modules/module-test/split-impl/Person-Funcs.cpp:14
↓ 1 callersFunctionInnerMethod
06-Programming in Multiple Files/modules/module-test-20/global-fragment/Person.cpp:31
↓ 1 callersFunctionInnerMethod
06-Programming in Multiple Files/modules/module-test-20/header-unit/Person.cpp:28
↓ 1 callersFunctionInnerMethod
06-Programming in Multiple Files/modules/module-test-20/split-impl/Person-Funcs.cpp:16
↓ 1 callersMethodInnerProd
Equiv. to private method InnerProd_
15-Memory Management/code/pimpl/test.cpp:11
↓ 1 callersMethodInsert
15-Memory Management/Answer-code/List.hpp:236
↓ 1 callersFunctionMatchTest
08-String & Stream/code/RegexTest.cpp:13
↓ 1 callersMethodMove
12-Advanced Template/Answer-code/Function-SBO.cpp:76
↓ 1 callersFunctionPKUStudent
13-Multithreading/code/exception_ptr.cpp:10
↓ 1 callersFunctionParseArgs
写得比较简陋,可以用argparse库或者自己改进一下。
16-Supplementary and Summary/Answer-code/Tree.cpp:17
↓ 1 callersMethodPrint
06-Programming in Multiple Files/modules/module-test/global-fragment/Person.cpp:12
↓ 1 callersMethodPrint
06-Programming in Multiple Files/modules/module-test/header-unit/Person.cpp:8
↓ 1 callersMethodPrint
06-Programming in Multiple Files/modules/module-test/partition/Person.cpp:7
↓ 1 callersMethodPrint
06-Programming in Multiple Files/modules/module-test-20/global-fragment/Person.cpp:15
↓ 1 callersMethodPrint
06-Programming in Multiple Files/modules/module-test-20/header-unit/Person.cpp:12
↓ 1 callersMethodPrint
06-Programming in Multiple Files/modules/module-test-20/partition/Person.cpp:11
↓ 1 callersFunctionPushBackGuard
12-Advanced Template/Answer-code/PushBackGuard.cpp:63
↓ 1 callersMethodRead
13-Multithreading/code/shared_mutex.cpp:12
↓ 1 callersMethodRelease
15-Memory Management/Answer-code/AllocGuard.hpp:23
↓ 1 callersFunctionReplaceTest
re2 only
08-String & Stream/code/RegexTest.cpp:78
↓ 1 callersMethodResume
14-Advanced Concurrency/code/BackAwaiterExample.cpp:32
↓ 1 callersMethodResume
14-Advanced Concurrency/code/NaiveTaskCont.cpp:59
↓ 1 callersMethodResume
14-Advanced Concurrency/Answer-code/TaskCont.cpp:58
↓ 1 callersFunctionSearchAllTest
08-String & Stream/code/RegexTest.cpp:63
↓ 1 callersFunctionSearchTest
08-String & Stream/code/RegexTest.cpp:41
↓ 1 callersMethodSetString
14-Advanced Concurrency/code/BackAwaiterExample.cpp:68
↓ 1 callersFunctionSleep
13-Multithreading/code/condition_var_any.cpp:17
↓ 1 callersFunctionSomeOldLibFunc
06-Programming in Multiple Files/modules/module-test/global-fragment/Old.cpp:4
↓ 1 callersFunctionSomeOldLibFunc
06-Programming in Multiple Files/modules/module-test/header-unit/Old.cpp:4
↓ 1 callersFunctionSomeOldLibFunc
06-Programming in Multiple Files/modules/module-test-20/global-fragment/Old.cpp:4
↓ 1 callersFunctionSomeOldLibFunc
06-Programming in Multiple Files/modules/module-test-20/header-unit/Old.cpp:4
↓ 1 callersMethodStart
14-Advanced Concurrency/code/SymTransfer.cpp:55
↓ 1 callersMethodSum
15-Memory Management/code/pimpl/test.cpp:42
↓ 1 callersFunctionTHUStudent
13-Multithreading/code/exception_ptr.cpp:5
↓ 1 callersFunctionTest
14-Advanced Concurrency/code/BackAwaiterExample.cpp:73
↓ 1 callersFunctionTest
14-Advanced Concurrency/code/NaiveTaskCont.cpp:90
↓ 1 callersFunctionTest
14-Advanced Concurrency/Answer-code/TaskCont.cpp:82
↓ 1 callersFunctionTest2
14-Advanced Concurrency/code/NaiveTaskCont.cpp:83
↓ 1 callersFunctionTest2
14-Advanced Concurrency/Answer-code/TaskCont.cpp:75
↓ 1 callersFunctionTokenizeTest
ctre only
08-String & Stream/code/RegexTest.cpp:90
↓ 1 callersFunctionTree
16-Supplementary and Summary/Answer-code/Tree.cpp:46
↓ 1 callersMethodTryPop
13-Multithreading/Answer-code/ThreadSafeQueue1.hpp:43
↓ 1 callersMethodTryPush
13-Multithreading/Answer-code/ThreadSafeQueue1.hpp:52
↓ 1 callersFunctionWatch
13-Multithreading/code/exception_ptr.cpp:26
↓ 1 callersMethodWrite
13-Multithreading/code/shared_mutex.cpp:18
↓ 1 callersFunctionadvanceIterImpl
12-Advanced Template/code/SFINAE/advance.cpp:21
↓ 1 callersMethodclone
12-Advanced Template/code/CRTP and Type Erasure/Type Erasure.cpp:25
↓ 1 callersMethodclose
08-String & Stream/example-answer/src/TCPStream.h:19
↓ 1 callersFunctioncompletes_synchronously
14-Advanced Concurrency/code/SymTransfer.cpp:76
↓ 1 callersMethoddetach
13-Multithreading/Answer-code/ThreadGroup.cpp:65
↓ 1 callersFunctiong
12-Advanced Template/code/Variadic Template/Ex7-9.cpp:25
↓ 1 callersMethodis_open
08-String & Stream/example-answer/src/TCPStream.h:21
↓ 1 callersMethodjoin
13-Multithreading/Answer-code/Thread.cpp:76
↓ 1 callersMethodjoin
13-Multithreading/Answer-code/ThreadGroup.cpp:55
↓ 1 callersMethodlock
13-Multithreading/code/deadlock_recovery.cpp:12
↓ 1 callersFunctionloop_synchronously
14-Advanced Concurrency/code/SymTransfer.cpp:78
↓ 1 callersMethodopen
08-String & Stream/example/src/TCPBuf.h:102
↓ 1 callersMethodopen
08-String & Stream/example-answer/src/TCPStream.h:14
↓ 1 callersFunctionparse_number
07-Error Handling/code/expected.cpp:7
↓ 1 callersMethodrequest_stop
13-Multithreading/Answer-code/ThreadGroup.cpp:69
↓ 1 callersMethodswap
13-Multithreading/Answer-code/Thread.cpp:51
↓ 1 callersMethodview
12-Advanced Template/Answer-code/FixedString.cpp:27
MethodA
15-Memory Management/Answer-code/List.test.cpp:85
MethodA
06-Programming in Multiple Files/code/example1/namespace.h:8
MethodA
12-Advanced Template/code/Variadic Template/Ex4-6.cpp:23
MethodA
12-Advanced Template/Answer-code/Function-SBO.cpp:298
FunctionAccess
12-Advanced Template/code/Variadic Template/Ex7-9.cpp:32
MethodAllocAndCopy_
This method assumes currently ptr_ = nullptr && size_ = 0.
09-Move Semantics Basics/code/MyIntVector.h:16
MethodAllocConstructionGuard
15-Memory Management/Answer-code/AllocGuard.hpp:40
FunctionAllocFunction
12-Advanced Template/Answer-code/Function.cpp:13
FunctionAllocFunction
12-Advanced Template/Answer-code/Function-SBO.cpp:22
MethodAllocGuard
15-Memory Management/Answer-code/AllocGuard.hpp:17
MethodBasicFixedString
12-Advanced Template/Answer-code/FixedString.cpp:9
MethodBasicFixedString
12-Advanced Template/Answer-code/FixedString.cpp:46
MethodCall
12-Advanced Template/Answer-code/Invoke.cpp:16
MethodCall
12-Advanced Template/Answer-code/Invoke.cpp:28
MethodCheckJoinable_
13-Multithreading/Answer-code/Thread.cpp:30
MethodClean_
08-String & Stream/example/src/Socket.cpp:97
MethodClean_
08-String & Stream/example-answer/src/Socket.cpp:97
MethodClean_
13-Multithreading/Answer-code/ThreadGroup.cpp:13
MethodClear_
09-Move Semantics Basics/code/MyIntVector.h:11
MethodCompressedPair
15-Memory Management/Answer-code/CompressedPair.hpp:12
MethodConstIterator
15-Memory Management/Answer-code/List.hpp:166
FunctionConsumer
13-Multithreading/Answer-code/ThreadSafeQueue1.test.cpp:38
MethodContAwaiter
14-Advanced Concurrency/code/NaiveTaskCont.cpp:45
MethodCopyAwaiter
14-Advanced Concurrency/code/Generator.cpp:38
MethodCreateConnectSocket_
08-String & Stream/example/src/Socket.cpp:82
MethodCreateConnectSocket_
08-String & Stream/example-answer/src/Socket.cpp:82
MethodCreateListenSocket_
08-String & Stream/example/src/Socket.cpp:62
MethodCreateListenSocket_
08-String & Stream/example-answer/src/Socket.cpp:62
MethodCreateSocketCommon_
08-String & Stream/example/src/Socket.cpp:48
MethodCreateSocketCommon_
08-String & Stream/example-answer/src/Socket.cpp:48
MethodDealloc_
12-Advanced Template/Answer-code/Function.cpp:74
MethodDealloc_
12-Advanced Template/Answer-code/Function-SBO.cpp:111
MethodDestroy_
14-Advanced Concurrency/code/Task.cpp:13
MethodDestroy_
14-Advanced Concurrency/code/SymTransfer.cpp:13
MethodDestroy_
14-Advanced Concurrency/code/BackAwaiterExample.cpp:15
MethodDestroy_
14-Advanced Concurrency/code/NaiveTaskCont.cpp:13
MethodDestroy_
14-Advanced Concurrency/Answer-code/TaskCont.cpp:13
MethodDetailedAllocator
15-Memory Management/Answer-code/List.test.cpp:50
← previousnext →101–200 of 594, ranked by callers