MCPcopy Create free account

hub / github.com/OpenFodder/openfodder / types & classes

Types & classes368 in github.com/OpenFodder/openfodder

↓ 22 callersClassDukException
Source/Utils/dukglue/dukexception.h:6
↓ 11 callersClasscPosition
Source/Position.hpp:23
↓ 7 callersClassDukErrorException
Source/Utils/dukglue/dukexception.h:27
↓ 5 callersClassdiyfp
Source/Utils/json.hpp:14388
↓ 5 callersClassjson_pointer
Source/Utils/json.hpp:2923
↓ 4 callersClasscPosition
Source/Utils/micropather.h:25
↓ 3 callersClassOffset
Source/Amiga/paula.hpp:93
↓ 3 callersClassTypeInfo
Source/Utils/dukglue/detail_typeinfo.h:30
↓ 3 callersClassUnicodeStringIterator
Source/Utils/cxxopts.hpp:121
↓ 3 callersClasscDimension
Source/Dimension.hpp:23
↓ 3 callersClassout_of_range
! @brief exception indicating access out of the defined range This exception is thrown in case a library function is called on an inp
Source/Utils/json.hpp:2611
↓ 3 callersEnumvalue_t
! @brief the JSON type enumeration This enumeration collects the different JSON types. It is internally used to distinguish t
Source/Utils/json.hpp:3377
↓ 2 callersClassIterator
Source/Utils/cxxopts.hpp:1460
↓ 2 callersClassinput_stream_adapter
! Input adapter for a (caching) istream. Ignores a UFT Byte Order Mark at beginning of input. Does not support changing the underlying
Source/Utils/json.hpp:4790
↓ 2 callersClassparse_error
! @brief exception indicating a parse error This exception is thrown by the library when a parse error occurs. Parse errors c
Source/Utils/json.hpp:2424
↓ 1 callersClassOptionAdder
Source/Utils/cxxopts.hpp:1226
↓ 1 callersClassOptionValue
Source/Utils/cxxopts.hpp:1327
↓ 1 callersClassfile_input_adapter
! Input adapter for stdio file access. This adapter read only 1 byte and do not use any buffer. This adapter is a very low level adap
Source/Utils/json.hpp:4754
↓ 1 callersClassinvalid_iterator
! @brief exception indicating errors with iterators This exception is thrown if iterators passed to a library function do not match
Source/Utils/json.hpp:2510
↓ 1 callersClassother_error
! @brief exception indicating other library errors This exception is thrown in case of errors that cannot be classified with the
Source/Utils/json.hpp:2649
↓ 1 callersClassprimitive_iterator_t
@brief an iterator for primitive JSON types This class models an iterator for primitive JSON types (boolean, number, string). It's on
Source/Utils/json.hpp:10634
↓ 1 callersClasssGameData
Source/GameData.hpp:161
↓ 1 callersClasssHero
Source/GameData.hpp:65
↓ 1 callersClassstat
Source/ResourceMan.cpp:496
↓ 1 callersClasstype_error
! @brief exception indicating executing a member function with a wrong type This exception is thrown in case of a type error; that is
Source/Utils/json.hpp:2564
ClassArgStorage
Source/Utils/dukglue/detail_types.h:143
ClassArgStorage<const char*>
Source/Utils/dukglue/detail_primitive_types.h:77
ClassArgsTuple
Source/Utils/dukglue/detail_stack.h:16
ClassArguDesc
Source/Utils/cxxopts.hpp:560
ClassAudioStream
* Generic audio input stream. Subclasses of this are used to feed arbitrary * sampled audio data into ScummVM's audio mixer. */
Source/Amiga/audiostream.hpp:32
ClassAudioStream
Source/Amiga/rjp1.hpp:132
ClassBare
Source/Utils/dukglue/detail_types.h:22
ClassBare<char*>
Source/Utils/dukglue/detail_primitive_types.h:67
ClassBare<const char*>
Source/Utils/dukglue/detail_primitive_types.h:71
ClassBlock
Source/Utils/micropather.h:314
ClassCacheData
Source/Utils/micropather.h:344
ClassChannel
Source/Amiga/paula.hpp:138
ClassClosedSet
Source/Utils/micropather.cpp:168
ClassConverters
Simple converter using templates and streams to effectively required for the flexibility of handling native types
Source/Utils/ini.hpp:76
ClassDukType
Source/Utils/dukglue/detail_types.h:45
ClassDukType< std::map<std::string, T> >
Source/Utils/dukglue/detail_primitive_types.h:245
ClassDukType< std::shared_ptr<T> >
Source/Utils/dukglue/detail_primitive_types.h:176
ClassDukType< std::vector<T> >
Source/Utils/dukglue/detail_primitive_types.h:140
ClassDukType<DukValue>
Source/Utils/dukglue/detail_primitive_types.h:103
ClassDukType<const char*>
Source/Utils/dukglue/detail_primitive_types.h:82
ClassDukValue
One script object can have multiple, completely separate DukValues "pointing" to it - in this case, there will be multiple entries in the "ref array"
Source/Utils/dukglue/dukvalue.h:29
EnumFilterMode
Source/Amiga/paula.hpp:80
ClassFilterState
Source/Amiga/paula.hpp:100
ClassFuncCompiletime
Source/Utils/dukglue/detail_function.h:19
ClassFuncInfoHolder
Source/Utils/dukglue/detail_function.h:14
ClassFuncRuntime
Source/Utils/dukglue/detail_function.h:55
ClassGrad
Source/Utils/SimplexIslands.hpp:19
ClassGraph
A pure abstract class used to define a set of callbacks. The client application inherits from this class, and the methods will be called when Mi
Source/Utils/micropather.h:160
ClassHelpGroupDetails
Source/Utils/cxxopts.hpp:1320
ClassHelpOptionDetails
Source/Utils/cxxopts.hpp:1306
ClassINI
Source/Utils/ini.hpp:88
ClassIntegerDesc
Source/Utils/cxxopts.hpp:554
ClassKeyValue
Source/Utils/cxxopts.hpp:1417
ClassLoopingAudioStream
* A looping audio stream. This object does nothing besides using * a RewindableAudioStream to play a stream in a loop. */
Source/Amiga/audiostream.hpp:98
ClassMPVector
Source/Utils/micropather.h:94
ClassMethodCompiletime
Source/Utils/dukglue/detail_method.h:24
ClassMethodHolder
Source/Utils/dukglue/detail_method.h:18
ClassMethodInfo
Source/Utils/dukglue/detail_method.h:10
ClassMethodRuntime
Source/Utils/dukglue/detail_method.h:70
ClassMethodVariadicRuntime
Source/Utils/dukglue/detail_method.h:141
ClassMicroPather
Create a MicroPather object to solve for a best path. Detailed usage notes are on the main page. */
Source/Utils/micropather.h:359
ClassNodeCost
Source/Utils/micropather.h:192
ClassOpenQueue
Source/Utils/micropather.cpp:49
ClassOption
Source/Utils/cxxopts.hpp:1629
ClassOptionDetails
Source/Utils/cxxopts.hpp:1228
ClassOptionException
Source/Utils/cxxopts.hpp:372
ClassOptionParseException
Source/Utils/cxxopts.hpp:401
ClassOptionParser
Source/Utils/cxxopts.hpp:1655
ClassOptionSpecException
Source/Utils/cxxopts.hpp:391
ClassOptions
Source/Parameters.hpp:24
ClassOptions
Source/Utils/cxxopts.hpp:1713
ClassParseResult
Source/Utils/cxxopts.hpp:1457
ClassPathNode
Source/Utils/micropather.h:190
ClassPathNodePool
Memory manager for the PathNodes. */
Source/Utils/micropather.h:272
ClassPaula
* Emulation of the "Paula" Amiga music chip * The interrupt frequency specifies the number of mixed wavesamples between * calls of the interrupt met
Source/Amiga/paula.hpp:64
ClassProtoManager
Source/Utils/dukglue/detail_class_proto.h:9
ClassRandom
Source/Utils/diamondsquare.hpp:71
ClassRefManager
Source/Utils/dukglue/detail_refs.h:33
ClassRewindableAudioStream
* A rewindable audio stream. This allows for reseting the AudioStream * to its initial state. Note that rewinding itself is not required to * be wor
Source/Amiga/audiostream.hpp:84
ClassRjp1
Source/Amiga/rjp1.hpp:76
ClassRjp1Channel
Source/Amiga/rjp1.hpp:34
ClassSafeCallData
Source/Utils/dukglue/public_util.h:176
ClassSafeEvalData
Source/Utils/dukglue/public_util.h:263
ClassSafeMethodCallData
Source/Utils/dukglue/public_util.h:86
ClassSignedCheck
Source/Utils/cxxopts.hpp:807
ClassSignedCheck<T, false>
Source/Utils/cxxopts.hpp:834
ClassSignedCheck<T, true>
Source/Utils/cxxopts.hpp:810
ClassSimplexIslands
Source/Utils/SimplexIslands.hpp:42
ClassSimplexNoise
* @brief A Perlin Simplex Noise C++ Implementation (1D, 2D, 3D, 4D). */
Source/Utils/SimplexNoise.hpp:17
ClassStateCost
Used to pass the cost of states from the cliet application to MicroPather. This structure is copied in a vector. @sa AdjacentCost */
Source/Utils/micropather.h:139
EnumType
Source/Utils/dukglue/dukvalue.h:31
ClassValue
Source/Utils/cxxopts.hpp:326
ClassVars
Source/Amiga/rjp1.hpp:79
Classabstract_value
Source/Utils/cxxopts.hpp:1032
Classaddrinfo
Source/Utils/duk_trans_socket_windows.cpp:84
next →1–100 of 368, ranked by callers