Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/entityx
/ functions
Functions
861 in github.com/alecthomas/entityx
⨍
Functions
861
◇
Types & classes
304
↓ 68 callers
Method
size
entityx/3rdparty/catch.hpp:3134
↓ 64 callers
Method
empty
entityx/3rdparty/catch.hpp:6333
↓ 62 callers
Method
end
entityx/3rdparty/catch.hpp:3132
↓ 52 callers
Method
create
* Create a new Entity::Id. * * Emits EntityCreatedEvent. */
entityx/Entity.h:516
↓ 51 callers
Method
begin
entityx/3rdparty/catch.hpp:3131
↓ 25 callers
Method
add
entityx/3rdparty/catch.hpp:6329
↓ 20 callers
Method
connect
Operator to add a new function or lambda as signal handler, returns a handler connection ID.
entityx/3rdparty/simplesignal.h:172
↓ 20 callers
Method
index
entityx/Entity.h:69
↓ 18 callers
Method
size
entityx/help/Pool.h:35
↓ 17 callers
Method
bind
entityx/3rdparty/catch.hpp:3573
↓ 17 callers
Method
scopedElement
entityx/3rdparty/catch.hpp:7259
↓ 16 callers
Method
destroy
entityx/Entity.cc:24
↓ 16 callers
Method
valid
entityx/Entity.h:930
↓ 14 callers
Function
toString
entityx/3rdparty/catch.hpp:759
↓ 13 callers
Method
id
entityx/Entity.h:126
↓ 12 callers
Method
entities_with_components
entityx/Entity.h:691
↓ 12 callers
Function
opCast
entityx/3rdparty/catch.hpp:1025
↓ 12 callers
Function
r
examples/example.cc:44
↓ 10 callers
Method
size
* Number of managed entities. */
entityx/Entity.h:497
↓ 10 callers
Function
startsWith
entityx/3rdparty/catch.hpp:6731
↓ 9 callers
Method
get
entityx/3rdparty/catch.hpp:315
↓ 9 callers
Method
getResultType
entityx/3rdparty/catch.hpp:6013
↓ 9 callers
Method
reset
entityx/3rdparty/catch.hpp:299
↓ 8 callers
Function
convertInto
entityx/3rdparty/catch.hpp:3201
↓ 8 callers
Method
disconnect
Operator to remove a signal handler through it connection ID, returns if a handler was removed.
entityx/3rdparty/simplesignal.h:178
↓ 8 callers
Method
getMessage
entityx/3rdparty/catch.hpp:6046
↓ 8 callers
Function
slot
entityx/3rdparty/simplesignal.h:259
↓ 8 callers
Function
trim
entityx/3rdparty/catch.hpp:6748
↓ 7 callers
Method
emit
Emit a signal, i.e. invoke all its callbacks and collect return types with the Collector.
entityx/3rdparty/simplesignal.h:183
↓ 7 callers
Method
get
entityx/Entity.h:969
↓ 7 callers
Method
getSourceInfo
entityx/3rdparty/catch.hpp:6049
↓ 7 callers
Method
total
entityx/3rdparty/catch.hpp:1730
↓ 6 callers
Method
capacity
* Current entity capacity. */
entityx/Entity.h:502
↓ 6 callers
Method
get
entityx/help/Pool.h:55
↓ 6 callers
Method
isOk
Result was a success, or failure is suppressed
entityx/3rdparty/catch.hpp:6009
↓ 6 callers
Function
size
entityx/Entity_test.cc:34
↓ 6 callers
Function
string_printf
entityx/3rdparty/simplesignal.h:333
↓ 5 callers
Method
decref
entityx/3rdparty/simplesignal.h:93
↓ 5 callers
Method
fullConfig
entityx/3rdparty/catch.hpp:4228
↓ 5 callers
Method
getName
entityx/3rdparty/catch.hpp:6318
↓ 5 callers
Method
incref
entityx/3rdparty/simplesignal.h:89
↓ 5 callers
Function
makeString
entityx/3rdparty/catch.hpp:746
↓ 5 callers
Method
set
entityx/3rdparty/catch.hpp:3264
↓ 4 callers
Method
clone
entityx/3rdparty/catch.hpp:3267
↓ 4 callers
Method
create
entityx/3rdparty/catch.hpp:5410
↓ 4 callers
Method
expand
Ensure at least n elements will fit in the pool.
entityx/help/Pool.h:40
↓ 4 callers
Function
getCurrentTicks
entityx/3rdparty/catch.hpp:6689
↓ 4 callers
Function
performOptionalSelector
entityx/3rdparty/catch.hpp:598
↓ 4 callers
Method
release
entityx/3rdparty/catch.hpp:5657
↓ 4 callers
Method
runState
entityx/3rdparty/catch.hpp:4593
↓ 4 callers
Method
shouldInclude
entityx/3rdparty/catch.hpp:6428
↓ 4 callers
Function
timestamp_benchmark
entityx/3rdparty/simplesignal.h:344
↓ 4 callers
Function
toLower
entityx/3rdparty/catch.hpp:6743
↓ 4 callers
Method
toString
entityx/3rdparty/catch.hpp:3136
↓ 4 callers
Method
unpack
entityx/Entity.h:925
↓ 4 callers
Method
valueOr
entityx/3rdparty/catch.hpp:4194
↓ 4 callers
Method
what
entityx/3rdparty/catch.hpp:5574
↓ 3 callers
Function
arcSafeRelease
entityx/3rdparty/catch.hpp:595
↓ 3 callers
Method
buildResult
entityx/3rdparty/catch.hpp:6106
↓ 3 callers
Method
capacity
entityx/help/Pool.h:36
↓ 3 callers
Method
chunks
entityx/help/Pool.h:37
↓ 3 callers
Method
commands
entityx/3rdparty/catch.hpp:3456
↓ 3 callers
Method
configure
entityx/System.cc:27
↓ 3 callers
Method
configure
entityx/deps/Dependencies.h:34
↓ 3 callers
Method
connected_receivers
entityx/Event.h:188
↓ 3 callers
Method
connected_signals
Return number of signals connected to this receiver.
entityx/Event.h:76
↓ 3 callers
Method
create_id
* Create an Entity::Id for a slot. * * NOTE: Does *not* check for validity, but the Entity::Id constructor will * fail if the ID is invalid.
entityx/Entity.h:563
↓ 3 callers
Function
deleteAll
entityx/3rdparty/catch.hpp:153
↓ 3 callers
Method
getElapsedSeconds
entityx/3rdparty/catch.hpp:6717
↓ 3 callers
Method
getExpandedExpression
entityx/3rdparty/catch.hpp:6042
↓ 3 callers
Method
hasExpression
entityx/3rdparty/catch.hpp:6017
↓ 3 callers
Method
match
entityx/3rdparty/catch.hpp:2183
↓ 3 callers
Function
matchesFilters
entityx/3rdparty/catch.hpp:4424
↓ 3 callers
Method
name
entityx/3rdparty/catch.hpp:2990
↓ 3 callers
Method
parse
entityx/3rdparty/catch.hpp:6271
↓ 3 callers
Method
reset
entityx/Entity.cc:41
↓ 3 callers
Method
sectionEnded
entityx/3rdparty/catch.hpp:6650
↓ 3 callers
Method
set
entityx/3rdparty/simplesignal.h:546
↓ 3 callers
Method
setConfig
entityx/3rdparty/catch.hpp:5702
↓ 3 callers
Method
showDurations
entityx/3rdparty/catch.hpp:2993
↓ 3 callers
Method
start
entityx/3rdparty/catch.hpp:6708
↓ 3 callers
Method
takesArg
entityx/3rdparty/catch.hpp:3266
↓ 3 callers
Method
unlink
entityx/3rdparty/simplesignal.h:100
↓ 3 callers
Method
version
entityx/Entity.h:70
↓ 2 callers
Method
Result
entityx/3rdparty/catch.hpp:7443
↓ 2 callers
Method
aborting
!TBD We need to do this another way!
entityx/3rdparty/catch.hpp:4921
↓ 2 callers
Method
addFilter
entityx/3rdparty/catch.hpp:6464
↓ 2 callers
Method
addRef
entityx/3rdparty/catch.hpp:337
↓ 2 callers
Method
begin
entityx/Entity.h:413
↓ 2 callers
Method
end
entityx/Entity.h:414
↓ 2 callers
Function
endsWith
entityx/3rdparty/catch.hpp:6734
↓ 2 callers
Method
enter
entityx/3rdparty/catch.hpp:4602
↓ 2 callers
Method
fail
entityx/Entity.h:236
↓ 2 callers
Function
foo
cxx11/c++11-test-rvalue_references-N2118.cpp:1
↓ 2 callers
Function
getAnnotation
entityx/3rdparty/catch.hpp:2503
↓ 2 callers
Method
getCurrentTestName
entityx/3rdparty/catch.hpp:4909
↓ 2 callers
Method
getReporterName
entityx/3rdparty/catch.hpp:2969
↓ 2 callers
Method
getTestMacroName
entityx/3rdparty/catch.hpp:6053
↓ 2 callers
Method
includeSuccessfulResults
entityx/3rdparty/catch.hpp:2991
↓ 2 callers
Method
invoke
entityx/3rdparty/catch.hpp:6215
next →
1–100 of 861, ranked by callers