MCPcopy Create free account

hub / github.com/deathkiller/jazz2-native / types & classes

Types & classes2,127 in github.com/deathkiller/jazz2-native

↓ 519 callersEnumColor
Sources/Shared/Core/Backward.h:3835
↓ 365 callersClassColorf
Sources/nCine/Primitives/Color.h:10
↓ 116 callersClassString
@brief String A lightweight non-templated alternative to @ref std::string with support for custom deleters. A non-owning version of this containe
Sources/Shared/Containers/String.h:206
↓ 104 callersClasstype
Sources/Dependencies/parallel_hashmap/phmap_base.h:307
↓ 63 callersClassT
Sources/Shared/Containers/Pair.h:201
↓ 52 callersClassActorActivationDetails
@brief Description how to initialize an actor */
Sources/Jazz2/Actors/ActorBase.h:128
↓ 24 callersClassData
Sources/Shared/Containers/String.h:1133
↓ 21 callersClassstat
Sources/Shared/IO/FileSystem.cpp:353
↓ 18 callersClassWebSocketInitResult
@brief Result of a WebSocket handshake/init operation. Holds success flag, HTTP status, error string, headers, URI, and protocol for @ref WebSocket
Sources/Dependencies/ixwebsocket/IXWebSocketInitResult.h:18
↓ 16 callersClassclParseURL
Sources/Dependencies/ixwebsocket/IXUrlParser.cpp:61
↓ 15 callersClassMatrix4x4
Sources/nCine/Primitives/Matrix4x4.h:18
↓ 15 callersClassVector2
Sources/nCine/Primitives/Vector2.h:17
↓ 14 callersClassDirectory
Sources/Shared/IO/PakFile.h:61
↓ 12 callersClassVector3
Sources/nCine/Primitives/Vector3.h:18
↓ 11 callersClassDateTime
@brief Instant in time, typically expressed as a date and time of day */
Sources/Shared/Containers/DateTime.h:24
↓ 11 callersClassTreeNode
@brief Node in the dynamic tree The client does not interact with this directly. */
Sources/Jazz2/Collisions/DynamicTree.h:55
↓ 10 callersClassVector4
Sources/nCine/Primitives/Vector4.h:19
↓ 9 callersClassInit
Sources/Shared/Containers/Tags.h:66
↓ 9 callersClassThread
@brief Thread */
Sources/nCine/Threading/Thread.h:61
↓ 9 callersClassTimeSpan
@brief Time interval */
Sources/Shared/Containers/DateTime.h:338
↓ 9 callersClasscallback
Sources/Shared/Core/Backward.h:918
↓ 9 callersClassiterator
Sources/Dependencies/parallel_hashmap/phmap.h:929
↓ 8 callersClassQuaternion
Sources/nCine/Primitives/Quaternion.h:14
↓ 8 callersClassTimeStamp
Represents a point in time or a duration
Sources/nCine/Base/TimeStamp.h:8
↓ 8 callersClassconst_iterator
Sources/Dependencies/parallel_hashmap/phmap.h:1019
↓ 6 callersClassArrayView
Sources/Shared/Containers/ArrayView.h:133
↓ 6 callersClassBitSet
Sources/nCine/Base/BitSet.h:11
↓ 6 callersClassSpan
Sources/Dependencies/parallel_hashmap/phmap_base.h:2951
↓ 6 callersClassWebSocketSendInfo
@brief Information about a WebSocket send operation. Used by @ref ix::WebSocketTransport and @ref ix::WebSocket to report send status. */
Sources/Dependencies/ixwebsocket/IXWebSocketSendInfo.h:16
↓ 6 callersClassin_place_t
in_place_t Tag type used to specify in-place construction, such as with `phmap::optional`, designed to be a drop-in replacement for C++17's `std::in_
Sources/Dependencies/parallel_hashmap/phmap_base.h:994
↓ 5 callersClassAABB
Sources/nCine/Primitives/AABB.h:17
↓ 5 callersClassTextureFormat
Texture format
Sources/nCine/Graphics/TextureFormat.h:13
↓ 5 callersClassWebSocketCloseInfo
@brief Information about a WebSocket close event. Holds close code, reason, and remote flag for @ref WebSocket shutdowns. */
Sources/Dependencies/ixwebsocket/IXWebSocketCloseInfo.h:19
↓ 5 callersClassWebSocketOpenInfo
@brief Information about a WebSocket open event. Holds URI, headers, and protocol for @ref WebSocket connection establishment. */
Sources/Dependencies/ixwebsocket/IXWebSocketOpenInfo.h:20
↓ 4 callersClassClassMetadata
Sources/Jazz2/Scripting/ScriptLoader.h:138
↓ 4 callersClassF
Sources/Shared/Containers/Function.h:339
↓ 4 callersClassFeatures
@brief Feature set Provides storage and comparison as well as runtime detection of CPU instruction set. See the @ref Cpu namespace for an overvie
Sources/Shared/Cpu.h:975
↓ 4 callersEnumItemFlags
Sources/Shared/IO/PakFile.h:120
↓ 4 callersClassRect
Sources/nCine/Primitives/Rect.h:17
↓ 4 callersClassWebResponse
@brief Describes the server response of the web request */
Sources/Shared/IO/WebRequest.h:93
↓ 4 callersClassisspace
think of it like a lambda in C++98 ;) but look, I will reuse it two times! What a good boy am I.
Sources/Shared/Core/Backward.h:3638
↓ 3 callersClassCIterator
Sources/Jazz2/Scripting/RegisterDictionary.h:127
↓ 3 callersClassPeer
@brief Remote peer as opaque handle */
Sources/Jazz2/Multiplayer/Peer.h:19
↓ 3 callersClassTileMap
@brief Represents a renderable tile map, consists of multiple layers */
Sources/Jazz2/Tiles/TileMap.h:158
↓ 3 callersEnumTraceLevel
@brief Trace severity level */
Sources/Shared/Asserts.h:25
↓ 3 callersClassWebProxy
@brief Describes the proxy settings to be used by the session */
Sources/Shared/IO/WebRequest.h:337
↓ 3 callersClassWebRequestAsync
@brief Represents asynchronous web request */
Sources/Shared/IO/WebRequest.h:307
↓ 3 callersClassWebSocketErrorInfo
@brief Information about a WebSocket error event. Holds retry count, wait time, HTTP status, reason, and decompression error flag for @ref WebSocke
Sources/Dependencies/ixwebsocket/IXWebSocketErrorInfo.h:19
↓ 2 callersClassApplication
@brief Base class for main entry points of nCine applications */
Sources/nCine/Application.h:37
↓ 2 callersClassBidirectionalIteratorTag
Dispatching tag for iterators that can move both ways, one element at a time
Sources/nCine/Base/Iterator.h:12
↓ 2 callersClassEventMap
@brief Represents event map, spawns triggered objects */
Sources/Jazz2/Events/EventMap.h:20
↓ 2 callersClassHashtablezInfoHandle
Sources/Dependencies/parallel_hashmap/phmap.h:673
↓ 2 callersClassInit
Sources/Jazz2/Multiplayer/NetworkManagerBase.h:63
↓ 2 callersClassItem
Sources/Shared/IO/PakFile.h:134
↓ 2 callersEnumPakPreferredCompression
@brief Preferred file compression, used in @ref PakWriter::AddFile() */
Sources/Shared/IO/PakFile.h:15
↓ 2 callersClassPathArgument
Sources/Dependencies/jsoncpp/forwards.h:33
↓ 2 callersEnumReason
@brief Client disconnect reason */
Sources/Jazz2/Multiplayer/Reason.h:10
↓ 2 callersClassReturnKey
Sources/Dependencies/parallel_hashmap/phmap_base.h:427
↓ 2 callersClassReverseIterator
Sources/nCine/Base/ReverseIterator.h:11
↓ 2 callersEnumStringViewFlags
@brief String view flags */
Sources/Shared/Containers/StringView.h:42
↓ 2 callersClassTrace
@brief Raw trace item */
Sources/Shared/Core/Backward.h:685
↓ 2 callersClassValueConstIterator
Sources/Dependencies/jsoncpp/forwards.h:37
↓ 2 callersClassValueIterator
Sources/Dependencies/jsoncpp/forwards.h:36
↓ 2 callersClassWebAuthChallenge
@brief Contains the authentication challenge information */
Sources/Shared/IO/WebRequest.h:54
↓ 2 callersClassinliners_search_cb
Sources/Shared/Core/Backward.h:2969
↓ 2 callersClassnot_isspace
Sources/Shared/Core/Backward.h:3692
↓ 2 callersClassstat
Sources/Shared/Core/Backward.h:1458
↓ 1 callersEnumAlignment
@brief Alignment, supports a bitwise combination of its member values */
Sources/Jazz2/UI/Alignment.h:8
↓ 1 callersClassAndroidJniClass_DisplayMode
Sources/nCine/Backends/Android/EglGfxDevice.h:14
↓ 1 callersClassAndroidJniClass_InputDevice
Handles JNI requests to `android.view.InputDevice`
Sources/nCine/Backends/Android/AndroidJniHelper.h:162
↓ 1 callersClassAndroidJniClass_MotionRange
Handles JNI requests to `android.view.InputDevice.MotionRange`
Sources/nCine/Backends/Android/AndroidJniHelper.h:96
↓ 1 callersClassAndroidJniClass_VibrationEffect
A class to handle JNI requests to `android.os.VibrationEffect`
Sources/nCine/Backends/Android/AndroidJniHelper.h:111
↓ 1 callersClassAndroidJniClass_Vibrator
A class to handle JNI requests to `android.os.Vibrator`
Sources/nCine/Backends/Android/AndroidJniHelper.h:125
↓ 1 callersClassAndroidJniClass_VibratorManager
A class to handle JNI requests to `android.os.VibratorManager`
Sources/nCine/Backends/Android/AndroidJniHelper.h:144
↓ 1 callersClassAnimatedSprite
Animated sprite
Sources/nCine/Graphics/AnimatedSprite.h:13
↓ 1 callersClassArray
Sources/Shared/Containers/Array.h:278
↓ 1 callersClassBitArrayIndex
@brief Index in a bit array */
Sources/nCine/Base/BitArray.h:14
↓ 1 callersClassBitMask
Sources/Dependencies/parallel_hashmap/phmap.h:240
↓ 1 callersClassCScriptDictValue
Sources/Jazz2/Scripting/RegisterDictionary.h:18
↓ 1 callersClassCharReaderBuilder
Sources/Dependencies/jsoncpp/forwards.h:24
↓ 1 callersClassColorAffector
Particle color affector
Sources/nCine/Graphics/ParticleAffectors.h:54
↓ 1 callersClassColorStep
Sources/nCine/Graphics/ParticleAffectors.h:58
↓ 1 callersClassDeleter
Sources/Shared/Core/Backward.h:367
↓ 1 callersClassDirectory
Sources/Shared/IO/FileSystem.h:64
↓ 1 callersEnumDiscoverUniforms
Sources/nCine/Graphics/GL/GLUniformBlock.h:23
↓ 1 callersEnumEpisodeContinuationFlags
@brief Episode continuation flags, supports a bitwise combination of its member values */
Sources/Jazz2/PreferencesCache.h:75
↓ 1 callersClassEpisodeContinuationState
@brief Continuation state between two episodes */ These structures are aligned manually, because they are serialized and it should work cross-platform
Sources/Jazz2/PreferencesCache.h:119
↓ 1 callersClassEpisodeContinuationStateWithLevel
@brief Continuation state between two levels in episode */
Sources/Jazz2/PreferencesCache.h:141
↓ 1 callersClassFeatures
json_features.h
Sources/Dependencies/jsoncpp/forwards.h:27
↓ 1 callersClassGetModuleInfo
Sources/Shared/Core/Backward.h:3423
↓ 1 callersClassHalf
@brief Half-precision float literal Represents a floating-point value in the `binary16` [format](https://en.wikipedia.org/wiki/Half-precision_floa
Sources/nCine/Primitives/Half.h:49
↓ 1 callersClassLayout
Sources/Dependencies/parallel_hashmap/phmap_base.h:4140
↓ 1 callersClassLess
Sources/Dependencies/parallel_hashmap/phmap_base.h:84
↓ 1 callersClassMeshSprite
A scene node representing a mesh with vertices and UVs
Sources/nCine/Graphics/MeshSprite.h:12
↓ 1 callersClassNocaseCompare
Sources/Dependencies/ixwebsocket/IXStrCaseCompare.h:21
↓ 1 callersClassParticle
Renders a single particle
Sources/nCine/Graphics/Particle.h:12
↓ 1 callersClassParticleSystem
Represents a particle system
Sources/nCine/Graphics/ParticleSystem.h:17
↓ 1 callersClassPath
Sources/Dependencies/jsoncpp/forwards.h:32
↓ 1 callersClassPathTrie
Sources/Shared/Core/Backward.h:3890
↓ 1 callersClassPositionAffector
Particle position affector
Sources/nCine/Graphics/ParticleAffectors.h:242
next →1–100 of 2,127, ranked by callers