MCPcopy Create free account

hub / github.com/caiorss/C-Cpp-Notes / functions

Functions864 in github.com/caiorss/C-Cpp-Notes

↓ 2 callersFunctionByteArrayToHexString
src/sample-programs/binfo.cpp:62
↓ 2 callersFunctionEnumerateLogicalDriver
src/windows/GetLogicalDrivers.cpp:48
↓ 2 callersMethodGetPID
src/windows/winprocess.cpp:266
↓ 2 callersMethodImag
src/operator-overload1.cpp:114
↓ 2 callersMethodMax
src/math/RandInt.cpp:36
↓ 2 callersMethodMin
src/math/RandInt.cpp:35
↓ 2 callersMethodName
src/design-patterns/property-type-erasure2.cpp:81
↓ 2 callersMethodReal
src/operator-overload1.cpp:110
↓ 2 callersMethodSeed
src/math/RandInt.cpp:37
↓ 2 callersMethodSet
src/design-patterns/property-type-erasure2.cpp:36
↓ 2 callersMethodTerminate
src/windows/winprocess.cpp:270
↓ 2 callersMethodWait
src/windows/winprocess.cpp:255
↓ 2 callersMethodadd
Required by: AddOperator<Point2D, int>
src/design-patterns/crtp-operators.cpp:100
↓ 2 callersMethodaddGenFunction
src/sample-programs/rpn-calculator.cpp:220
↓ 2 callersMethodaddObserver
src/lambdaFun.cpp:66
↓ 2 callersMethodbind
Set a socket server. */
src/sample-programs/bsd-socket-shell.cpp:117
↓ 2 callersFunctionbindFileDescriptorToProcess
Run a subprocess binding it to a file descriptor without killing the current process * This function is useful for building remote shells. */
src/sample-programs/bsd-socket-shell.cpp:322
↓ 2 callersFunctionclientCode
src/design-patterns/crtp1.cpp:37
↓ 2 callersMethodclone
src/design-patterns/strategy-pattern1.cpp:58
↓ 2 callersFunctioncountElements
Count total number of elements
src/design-patterns/composite1.cpp:132
↓ 2 callersMethoddata
src/gsl-vector-wrapper.cpp:73
↓ 2 callersFunctiondotimes
src/cpp17/cpp17-filesys1.cpp:13
↓ 2 callersFunctiondownloadFile
src/windows/winlNet-basic.cpp:57
↓ 2 callersMethodequal
Required by: EqualityOperator<Point2D>
src/design-patterns/crtp-operators.cpp:94
↓ 2 callersFunctionfactorialC
Version C => Since C++14
src/constexpr-function.cpp:50
↓ 2 callersMethodfactory
(cls, classID)
src/dlls/example-windows1/testlib.py:113
↓ 2 callersFunctionfoldVector
Example (11) - Pass a function as argument
src/lambdaFun.cpp:48
↓ 2 callersFunctionforRange2
src/template-hof1.cpp:22
↓ 2 callersMethodgetA
src/cpp-functor.cpp:37
↓ 2 callersMethodgetAddress
src/sample-programs/bsd-socket-shell.cpp:76
↓ 2 callersMethodgetB
src/cpp-functor.cpp:39
↓ 2 callersMethodgetDescriptor
src/sample-programs/bsd-socket-shell.cpp:73
↓ 2 callersMethodgetPort
src/sample-programs/bsd-socket-shell.cpp:83
↓ 2 callersMethodgetType
src/design-patterns/factory-universal1.cpp:166
↓ 2 callersFunctioninvokeMemfn
src/member-function-pointer.cpp:65
↓ 2 callersMethodlisten
Start listening port. */
src/sample-programs/bsd-socket-shell.cpp:145
↓ 2 callersFunctionmakeFunction1
Example (7) -- Return a function that adds x to a number. * Lambda functions can be returned from functions */
src/lambdaFun.cpp:30
↓ 2 callersFunctionmakeFunction2
Example(8) - Returning a stateful lambda function from a function. */
src/lambdaFun.cpp:36
↓ 2 callersMethodmethod2
src/lambda-bind.cpp:44
↓ 2 callersMethodmove
src/cppVector2D.cpp:59
↓ 2 callersFunctionmultiply
src/cpp17/fold-expressions1.cpp:16
↓ 2 callersFunctionnorm
src/dlls/example-windows1/testlib.cpp:73
↓ 2 callersMethodnotify
src/lambdaFun.cpp:70
↓ 2 callersMethodoperator()
Function-call operator => Makes this object callable ------------------------------ double operator()(double x) -> double { return _a * x + _b;}
src/cpp-functor.cpp:45
↓ 2 callersMethodoperator[]
src/gsl-vector-wrapper.cpp:89
↓ 2 callersMethodoverridenVfun
src/inheritance-multiple-ambiguity.cpp:72
↓ 2 callersMethodpop
src/design-patterns/interface-class.cpp:67
↓ 2 callersFunctionprintDate
src/cppClasses1.cpp:48
↓ 2 callersFunctionprintVectorVert
src/arraysFun.cpp:74
↓ 2 callersMethodpush
src/sample-programs/rpn-calculator.cpp:98
↓ 2 callersFunctionrunAsDaemon
Turn a function of current process into a U-nix daemon by making it run in background, * detached from current terminal. So, even if the current ter
src/sample-programs/bsd-socket-shell.cpp:285
↓ 2 callersMethodsayB
src/design-patterns/type-erasure1.cpp:89
↓ 2 callersFunctionscalarProduct
src/arraysFun.cpp:45
↓ 2 callersMethodsendText
src/sample-programs/bsd-socket-shell.cpp:189
↓ 2 callersMethodset
src/dlls/example-windows1/testlib.cpp:173
↓ 2 callersMethodsetName
(self, name)
src/dlls/example-windows1/testlib.py:85
↓ 2 callersMethodshow
src/sample-programs/rpn-calculator.cpp:250
↓ 2 callersMethodshowFiles
src/design-patterns/singleton1.cpp:63
↓ 2 callersFunctionshowProcessInfo
Show all processes in current machine
src/windows/showProcesses.cpp:36
↓ 2 callersMethodsize
src/design-patterns/interface-class.cpp:33
↓ 2 callersFunctionstatusToString
src/sample-programs/bsd-socket-shell.cpp:39
↓ 2 callersFunctiontabulateDynamic
Higher order function using dynamic polymorphism (inheritance) * Accepts any implementation of IMathFunctor */
src/cpp-functor.cpp:71
↓ 2 callersFunctiontestlib_InterfaceClass_delete
src/dlls/example-windows1/testlib.cpp:294
↓ 2 callersFunctiontestlib_SampleClass_get
src/dlls/example-windows1/testlib.cpp:204
↓ 2 callersFunctiontestlib_SampleClass_set
src/dlls/example-windows1/testlib.cpp:211
↓ 2 callersMethodtypeinfo
src/design-patterns/factory-universal1.cpp:151
↓ 2 callersFunctionutf8_decode
Convert an UTF8 string to a wide Unicode String Credits: https://gist.github.com/pezy/8571764
src/windows/winapi1-utf8.cpp:79
↓ 2 callersFunctionvectorNorm
src/cppStlVector.cpp:86
↓ 2 callersFunctionvectorSum
Returns the sum of all vector elements.
src/cppStlVector.cpp:65
↓ 2 callersMethodwhat
src/design-patterns/factory-universal1.cpp:41
↓ 1 callersFunctionByteArrayToString
Print byte array as string and non-printable chars as hexadecimal */
src/sample-programs/binfo.cpp:50
↓ 1 callersFunctionEnumerateFiles
Enumerate files of some directory util enumerator function (callback) returns false. * - path - Directory path to be listed * - Enumerator
src/windows/listFiles.cpp:95
↓ 1 callersFunctionForEachModule
src/windows/showModulesDLL.cpp:147
↓ 1 callersMethodGet
src/design-patterns/property-type-erasure2.cpp:30
↓ 1 callersFunctionGetExecutablePath
src/windows/showModulesDLL.cpp:141
↓ 1 callersFunctionGetName
src/windows/showModulesDLL.cpp:135
↓ 1 callersMethodGetOutput
src/windows/winprocess.cpp:304
↓ 1 callersFunctionGetTypesFromArgs2
src/cpp17/fold-expressions1.cpp:38
↓ 1 callersMethodPrice
src/insertionExtractionOverload.cpp:101
↓ 1 callersMethodPrint
src/design-patterns/property-type-erasure2.cpp:102
↓ 1 callersMethodSetCWD
Set process directory. * @param path - Process directory path. */
src/windows/winprocess.cpp:212
↓ 1 callersMethodSetProgram
src/windows/winprocess.cpp:199
↓ 1 callersMethodStreamLines
src/windows/winprocess.cpp:280
↓ 1 callersFunctionTypeErasureFunction
src/cpp17/fold-expressions1.cpp:49
↓ 1 callersFunctionWinMessageToString
Get a human-readable description of a Windows message as a string */
src/windows/gui-basic1.cpp:181
↓ 1 callersMethod__str__
(self)
src/dlls/example-windows1/testlib.py:136
↓ 1 callersFunction_config
()
src/dlls/example-windows1/testlib.py:13
↓ 1 callersMethodaddBinaryFunction
src/sample-programs/rpn-calculator.cpp:230
↓ 1 callersMethodaddFromStack
Add stack-allocated object
src/design-patterns/composite1.cpp:58
↓ 1 callersFunctionarrayToVector2
dotnet-cpp-ffi1/hpc.cpp:45
↓ 1 callersMethodclose
src/sample-programs/bsd-socket-shell.cpp:90
↓ 1 callersMethodconnect
Connect to some hostname and port - set up client socket */
src/sample-programs/bsd-socket-shell.cpp:94
↓ 1 callersMethodconstruct
src/design-patterns/factory-pattern1.cpp:77
↓ 1 callersMethodcreate
Capture class default constructor => constructor type erasure
src/design-patterns/factory-universal1.cpp:144
↓ 1 callersFunctionechoServer
src/sample-programs/bsd-socket-shell.cpp:352
↓ 1 callersMethodevaluate
src/sample-programs/rpn-calculator.cpp:258
↓ 1 callersFunctionfileExists
@brief Returns true if exists. */
src/boost/boost-memory-mapped-file.cpp:14
↓ 1 callersMethodgetArea
dotnet-cpp-ffi1/hpc.cpp:173
↓ 1 callersMethodgetC
src/cpp-functor.cpp:62
↓ 1 callersFunctiongetLastErrorAsString
Print human-readable description of GetLastError() - Error Code Source: https://stackoverflow.com/questions/1387064 Requires: <string>, <sstream>, <wi
src/windows/listFiles.cpp:112
← previousnext →101–200 of 864, ranked by callers