Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ functions
Functions
823 in github.com/ChunelFeng/CGraph
⨍
Functions
823
◇
Types & classes
145
Method
run
tutorial/MyGNode/HelloCGraphNode.h:16
Method
run
tutorial/MyGNode/MySendMessageNode.h:17
Method
run
tutorial/MyGNode/MyHoldNode.h:24
Method
run
tutorial/MyGNode/MyTemplateNode.h:28
Method
run
tutorial/MyGNode/MyReadParamNode.h:17
Method
run
tutorial/MyGNode/MyStageNode.h:18
Method
run
tutorial/MyGNode/MyTemplateV2Node.h:17
Method
run
tutorial/MyGNode/MyEventNode.h:16
Method
run
tutorial/MyGNode/MyNode2.h:24
Method
run
tutorial/MyGNode/MyWriteParamNode.h:27
Method
run
tutorial/MyGNode/MyMatchNode.h:17
Method
run
tutorial/MyGNode/MySubMessageNode.h:28
Method
run
tutorial/MyGNode/MyEParamNode.h:18
Method
run
test/_Materials/TestGNodes.h:33
Method
run
test/_Materials/TestGNodes.h:40
Method
run
test/_Materials/TestGNodes.h:53
Method
run
src/GraphCtrl/GraphPipeline/GPipelineManager.cpp:32
Method
run
src/GraphCtrl/GraphElement/GElementManager.cpp:57
Method
run
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:30
Method
run
src/GraphCtrl/GraphElement/GGroup/GCondition/GCondition.cpp:19
Method
run
src/GraphCtrl/GraphElement/GGroup/GRegion/GRegion.cpp:50
Method
run
src/GraphCtrl/GraphElement/GGroup/GMutable/GMutable.cpp:37
Method
run
src/GraphCtrl/GraphElement/GAdapter/GFunction/GFunction.cpp:40
Method
run
src/DomainCtrl/Ann/DAnnNode.cpp:28
Function
safeMalloc
src/CBasic/CAllocator.h:75
Function
safeMallocCObject
src/CBasic/CAllocator.h:23
Function
safeMallocCStruct
src/CBasic/CAllocator.h:42
Function
safeMallocTemplateCObject
src/CBasic/CAllocator.h:55
Method
save
src/GraphCtrl/GraphPipeline/_GStroage/GStorage.cpp:100
Function
send
src/GraphCtrl/GraphMessage/GMessage.h:45
Function
sendTopicValue
src/GraphCtrl/GraphMessage/GMessageManager.h:113
Function
send_message
tutorial/T16-MessageSendRecv.cpp:16
Method
serialRunAll
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:295
Function
setBufferAndOffset
src/UtilsCtrl/Reflection/UReflectionSession.h:31
Function
setDescription
* 设置描述信息 * @param description * @return */
src/CBasic/CDescInfo.h:64
Method
setGEngineType
src/GraphCtrl/GraphPipeline/GPipeline.cpp:229
Method
setGEngineType
src/GraphCtrl/GraphElement/GGroup/GRegion/GRegion.cpp:76
Method
setInfo
* 设置异常信息 * @param code * @param info * @return */
src/CBasic/CStatus.h:148
Function
setOnFinished
* 设置执行完成后的回调函数 * @param onFinished * @return */
src/UtilsCtrl/ThreadPool/Task/UTaskGroup.h:60
Function
setPosValue
src/UtilsCtrl/Reflection/UReflectionSession.h:56
Method
setThreadPool
src/GraphCtrl/GraphEvent/GEventManager.cpp:68
Method
setThreadPool
src/GraphCtrl/GraphElement/GElementRepository.cpp:27
Method
setThreadPool
src/GraphCtrl/GraphElement/GElementManager.cpp:125
Method
setThreadPoolEx
src/GraphCtrl/GraphElement/GElement.cpp:369
Method
setThreadPoolEx
src/GraphCtrl/GraphElement/GGroup/GRegion/GRegion.cpp:69
Method
setThreadPoolEx
src/GraphCtrl/GraphElement/GGroup/GMutable/GMutable.cpp:72
Function
setThreadPoolInfo
src/UtilsCtrl/ThreadPool/Thread/UThreadSecondary.h:34
Function
setThreadPoolInfo
* 注册线程池相关内容,需要在init之前使用 * @param index * @param poolTaskQueue * @param poolThreads * @param config */
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:49
Function
setTtl
* 设置任务最大超时时间 * @param ttl */
src/UtilsCtrl/ThreadPool/Task/UTaskGroup.h:50
Method
setType
src/GraphCtrl/GraphElement/GNode/GNode.cpp:19
Function
setValueAndOffset
src/UtilsCtrl/Reflection/UReflectionSession.h:42
Method
setup
example/E05-HttpServer.cpp:17
Method
setup
python/wrapper/PywGParam.h:29
Method
setup
src/GraphCtrl/GraphElement/_GEngine/GStaticEngine/GStaticEngine.cpp:11
Method
setup
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:11
Method
setup
src/GraphCtrl/GraphElement/GGroup/GMutable/GMutable.cpp:79
Method
signal
* 触发一次信号 */
src/UtilsCtrl/ThreadPool/Semaphore/USemaphore.h:24
Function
size
src/UtilsCtrl/Container/USmallVector.h:57
Function
start
src/UtilsCtrl/Timer/UTimer.h:33
Function
subTopicValue
src/GraphCtrl/GraphMessage/GMessageManager.h:226
Function
sub_message
tutorial/T17-MessagePubSub.cpp:29
Function
switch
src/GraphCtrl/GraphEvent/GEvent.cpp:46
Method
trigger
example/E02-MockGUI.cpp:45
Method
trigger
(self, _)
python/tutorial/MyGEvent/MyPrintEvent.py:16
Method
trigger
python/wrapper/PywGEvent.h:21
Method
trigger
* 在本事件被触发的时候,会执行到这里 * @return */
tutorial/MyGEvent/MyPrintEvent.h:21
Method
trim
src/GraphCtrl/GraphElement/GElementManager.cpp:172
Function
tryLock
* 尝试加锁。若未加锁,会上锁 * @return */
src/UtilsCtrl/ThreadPool/Lock/USpinLock.h:41
Method
tryLock
src/GraphCtrl/GraphParam/GParam.cpp:75
Function
tryPop
* 非阻塞式等待弹出 * @return */
src/UtilsCtrl/ThreadPool/Queue/UAtomicQueue.h:105
Function
tryPop
* 弹出节点,从头部进行 * @param value * @return */
src/UtilsCtrl/ThreadPool/Queue/UWorkStealingQueue.h:95
Function
tryPush
* 尝试往队列里写入信息 * @param value * @return */
src/UtilsCtrl/ThreadPool/Queue/UWorkStealingQueue.h:61
Function
trySteal
* 窃取节点,从尾部进行 * @param value * @return */
src/UtilsCtrl/ThreadPool/Queue/UWorkStealingQueue.h:137
Function
unlock
src/UtilsCtrl/ThreadPool/Lock/USpinLock.h:32
Method
updateAspectInfo
src/GraphCtrl/GraphElement/GElement.cpp:603
Method
waitGElement
src/GraphCtrl/GraphElement/GAdapter/GFence/GFence.cpp:19
Function
waitPopWithTimeout
src/UtilsCtrl/ThreadPool/Queue/UAtomicRingBufferQueue.h:93
Function
wakeup
* 唤醒当前线程 * @return */
src/UtilsCtrl/ThreadPool/Thread/UThreadBase.h:128
Function
what
* 获取异常信息 * @return */
src/CBasic/CException.h:35
Function
write
src/UtilsCtrl/Reflection/UReflection.h:34
Function
~CDescInfo
src/CBasic/CDescInfo.h:70
Function
~CObject
src/CBasic/CObject.h:47
Function
~CStruct
src/CBasic/CStruct.h:21
Method
~GAspectManager
src/GraphCtrl/GraphAspect/GAspectManager.cpp:18
Method
~GAspectObject
src/GraphCtrl/GraphAspect/GAspectObject.cpp:25
Method
~GDaemonManager
src/GraphCtrl/GraphDaemon/GDaemonManager.cpp:11
Method
~GElement
src/GraphCtrl/GraphElement/GElement.cpp:14
Method
~GElementRepository
src/GraphCtrl/GraphElement/GElementRepository.cpp:158
Method
~GEvent
src/GraphCtrl/GraphEvent/GEvent.cpp:18
Method
~GEventManager
src/GraphCtrl/GraphEvent/GEventManager.cpp:79
Function
~GMessage
* 析构函数。释放前,要先释放队列中所有的信息 */
src/GraphCtrl/GraphMessage/GMessage.h:32
Function
~GMessageManager
src/GraphCtrl/GraphMessage/GMessageManager.h:302
Method
~GMutable
src/GraphCtrl/GraphElement/GGroup/GMutable/GMutable.cpp:21
Method
~GParamManager
src/GraphCtrl/GraphParam/GParamManager.cpp:18
Method
~GPipeline
src/GraphCtrl/GraphPipeline/GPipeline.cpp:26
Method
~GPipelineManager
src/GraphCtrl/GraphPipeline/GPipelineManager.cpp:139
Method
~GRegion
src/GraphCtrl/GraphElement/GGroup/GRegion/GRegion.cpp:22
Method
~GSchedule
src/GraphCtrl/GraphPipeline/_GSchedule/GSchedule.cpp:72
Method
~GStage
src/GraphCtrl/GraphStage/GStage.cpp:22
Method
~GStorage
src/GraphCtrl/GraphPipeline/_GStroage/GStorage.h:24
← previous
next →
701–800 of 823, ranked by callers