MCPcopy Create free account

hub / github.com/amate/UmaUmaCruise / functions

Functions630 in github.com/amate/UmaUmaCruise

↓ 123 callersFunctioncreate
UmaCruise/Utility/json.hpp:8417
↓ 66 callersMethodwrite_character
UmaCruise/Utility/json.hpp:4704
↓ 64 callersMethodsize
UmaCruise/Utility/json.hpp:263
↓ 59 callersMethodend
return iterator end (needed for range-based for)
UmaCruise/Utility/json.hpp:4540
↓ 49 callersMethodbegin
return iterator begin (needed for range-based for)
UmaCruise/Utility/json.hpp:4534
↓ 47 callersFunctionGetExeDirectory
現在実行中の exeのあるフォルダのパスを返す
UmaCruise/Utility/CommonUtility.cpp:12
↓ 45 callersMethodsize
* Obtains the number of elements in the database. * @return size_t The number of elements. */
UmaCruise/simstring/cdbpp.h:435
↓ 42 callersMethodget
@brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the input
UmaCruise/Utility/json.hpp:2872
↓ 32 callersFunctiontype_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
UmaCruise/Utility/json.hpp:13680
↓ 31 callersFunctionget
UmaCruise/Utility/json.hpp:10073
↓ 30 callersFunctionUTF16fromUTF8
UmaCruise/Utility/CodeConvert.cpp:51
↓ 29 callersMethodwrite_characters
UmaCruise/Utility/json.hpp:4709
↓ 27 callersFunctioncvRectFromCRect
UmaCruise/UmaTextRecognizer.cpp:71
↓ 27 callersMethodempty
* Tests if the database is empty. * @return bool \c true if the number of records is zero, * \c false otherwise
UmaCruise/simstring/cdbpp.h:445
↓ 26 callersMethodclear
* Clears the database. */
UmaCruise/simstring/simstring.h:163
↓ 26 callersMethodvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4433
↓ 23 callersFunctionassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
UmaCruise/Utility/json.hpp:8637
↓ 23 callersFunctionis_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
UmaCruise/Utility/json.hpp:9772
↓ 22 callersMethodinsert
* Inserts a string to the database. * @param str The string to be inserted. * @return bool \c true if the string is succes
UmaCruise/simstring/simstring.h:438
↓ 20 callersMethodclose
* Closes the database. */
UmaCruise/simstring/simstring.h:900
↓ 20 callersMethoddata
UmaCruise/simstring/memory_mapped_file.h:52
↓ 19 callersMethodkey
! @brief return the key of an object iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4417
↓ 16 callersFunctionbasic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
UmaCruise/Utility/json.hpp:8756
↓ 16 callersFunctionis_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
UmaCruise/Utility/json.hpp:9794
↓ 16 callersFunctionis_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
UmaCruise/Utility/json.hpp:9613
↓ 16 callersMethodoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4386
↓ 14 callersFunctionUTF8fromUTF16
UmaCruise/Utility/CodeConvert.cpp:37
↓ 14 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
UmaCruise/Utility/json.hpp:6512
↓ 14 callersMethodresize
UmaCruise/simstring/memory_mapped_file.h:50
↓ 13 callersFunctionend
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
UmaCruise/Utility/json.hpp:11540
↓ 13 callersMethodformat
UmaCruise/Utility/timer.h:20
↓ 12 callersFunctionGetOCRFunction
UmaCruise/TesseractWrapper.cpp:42
↓ 12 callersMethodreset
reset yytext; current character is beginning of token
UmaCruise/Utility/json.hpp:2855
↓ 11 callersFunctionColorFromText
UmaCruise/DarkModeUI.h:14
↓ 11 callersFunctionfrom_json
UmaCruise/Utility/json.hpp:921
↓ 11 callersMethodopen
* Opens a SimString database. * @param name The name of the SimString database. * @return bool \c true if the database is s
UmaCruise/simstring/simstring.h:828
↓ 10 callersFunctionCheckCutBounds
UmaCruise/UmaTextRecognizer.cpp:76
↓ 10 callersFunctionImageWhiteRatio
UmaCruise/UmaTextRecognizer.cpp:90
↓ 10 callersMethodShowWindow
UmaCruise/RaceListWindow.cpp:20
↓ 10 callersFunctionbegin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
UmaCruise/Utility/json.hpp:11469
↓ 10 callersMethodfail
* Checks whether an error has occurred. * @return bool \c true if an error has occurred. */
UmaCruise/simstring/simstring.h:191
↓ 8 callersFunctionTextFromImage
UmaCruise/TesseractWrapper.cpp:89
↓ 8 callersMethodempty
* Checks whether the database is empty. * @return bool \c true if the database is empty, \c false otherwise. */
UmaCruise/simstring/simstring.h:173
↓ 8 callersFunctionto_json
UmaCruise/Utility/json.hpp:1372
↓ 7 callersFunctionretrieve
UmaCruise/UmaEventLibrary.cpp:20
↓ 6 callersFunctionIsDarkMode
UmaCruise/MainDlg.cpp:29
↓ 6 callersFunctionis_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type i
UmaCruise/Utility/json.hpp:9816
↓ 6 callersMethodwhat
returns the explanatory string
UmaCruise/Utility/json.hpp:500
↓ 5 callersFunctionAllowDarkModeForWindow
UmaCruise/win32-darkmode/DarkMode.cpp:99
↓ 5 callersMethodCreate
UmaCruise/RichEditPopup.cpp:4
↓ 5 callersMethodGetCount
UmaCruise/Utility/DropHandler.h:46
↓ 5 callersMethodInit
UmaCruise/Utility/GdiplusUtil.cpp:28
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
UmaCruise/Utility/json.hpp:3711
↓ 5 callersFunctionswap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
UmaCruise/Utility/json.hpp:12812
↓ 4 callersMethodChangeIkuseiUmaMusume
UmaCruise/RaceListWindow.cpp:215
↓ 4 callersFunctionGetTextBounds
cutImage にあるテキストを囲う範囲を調べて返す
UmaCruise/UmaTextRecognizer.cpp:116
↓ 4 callersMethodGetTurnNumberFromTurnName
UmaCruise/RaceDateLibrary.cpp:241
↓ 4 callersFunctionIsHighContrast
UmaCruise/win32-darkmode/DarkMode.cpp:106
↓ 4 callersFunctionJSON_CATCH
UmaCruise/Utility/json.hpp:10395
↓ 4 callersMethodRaceName
UmaCruise/RaceDateLibrary.cpp:259
↓ 4 callersFunctionRefreshTitleBarThemeColor
UmaCruise/win32-darkmode/DarkMode.cpp:114
↓ 4 callersFunctionarray
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a l
UmaCruise/Utility/json.hpp:9019
↓ 4 callersFunctioncend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
UmaCruise/Utility/json.hpp:11580
↓ 4 callersFunctionget_arithmetic_value
UmaCruise/Utility/json.hpp:895
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
UmaCruise/Utility/json.hpp:9635
↓ 4 callersMethodis_open
* Tests if the database is opened. * @return bool \c true if the database is opened, * \c false otherwise.
UmaCruise/simstring/cdbpp.h:426
↓ 4 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
UmaCruise/Utility/json.hpp:3151
↓ 4 callersFunctionpush_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
UmaCruise/Utility/json.hpp:12181
↓ 3 callersMethodAmbiguousSearchEvent
UmaCruise/UmaEventLibrary.cpp:291
↓ 3 callersFunctionGdiPlusBitmapToOpenCvMat
UmaCruise/UmaTextRecognizer.cpp:48
↓ 3 callersMethodGetRichEdit
UmaCruise/RichEditPopup.h:17
↓ 3 callersFunctionIsColorSchemeChangeMessage
UmaCruise/win32-darkmode/DarkMode.cpp:156
↓ 3 callersMethodIsTrainingMenu
UmaCruise/UmaTextRecognizer.h:42
↓ 3 callersFunctionLoadPointSizeFromJson
UmaCruise/UmaTextRecognizer.cpp:32
↓ 3 callersMethodOnThemeChanged
UmaCruise/RichEditPopup.cpp:61
↓ 3 callersMethodUpdateImage
UmaCruise/PreviewWindow.cpp:41
↓ 3 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
UmaCruise/Utility/json.hpp:3187
↓ 3 callersFunctioncbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
UmaCruise/Utility/json.hpp:11509
↓ 3 callersFunctionfind
UmaCruise/Utility/json.hpp:11378
↓ 3 callersMethodfree
UmaCruise/simstring/memory_mapped_file_posix.h:152
↓ 3 callersMethodfree
UmaCruise/simstring/memory_mapped_file_win32.h:166
↓ 3 callersFunctionis_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
UmaCruise/Utility/json.hpp:9750
↓ 3 callersFunctionis_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
UmaCruise/Utility/json.hpp:9694
↓ 3 callersMethodmoved_or_copied
UmaCruise/Utility/json.hpp:7277
↓ 3 callersFunctionobject
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
UmaCruise/Utility/json.hpp:9062
↓ 3 callersMethodpop_back
! @brief remove and return last reference pointer @throw out_of_range.405 if JSON pointer has no parent */
UmaCruise/Utility/json.hpp:7448
↓ 3 callersMethodput
UmaCruise/simstring/cdbpp.h:236
↓ 3 callersMethodset_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4016
↓ 3 callersFunctionsize
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the differen
UmaCruise/Utility/json.hpp:11970
↓ 3 callersMethodunget
unget current character (return it again on next get)
UmaCruise/Utility/json.hpp:2884
↓ 2 callersFunctionAdjustBounds
UmaCruise/AboutDlg.cpp:35
↓ 2 callersMethodAnbigiousChangeCurrentTurn
UmaCruise/RaceListWindow.cpp:57
↓ 2 callersMethodAnbigiousChangeIkuseImaMusume
UmaCruise/UmaEventLibrary.cpp:274
↓ 2 callersMethodChangeDragdropBounds
UmaCruise/PreviewWindow.cpp:60
↓ 2 callersFunctionChangeGlobalTheme
UmaCruise/win32-darkmode/DarkMode.cpp:151
↓ 2 callersMethodEntryRaceDistance
UmaCruise/RaceListWindow.cpp:103
↓ 2 callersFunctionFindAddressByName
UmaCruise/win32-darkmode/IatHook.h:23
↓ 2 callersFunctionGdiplusInit
UmaCruise/Utility/GdiplusUtil.cpp:79
↓ 2 callersFunctionGdiplusTerm
UmaCruise/Utility/GdiplusUtil.cpp:84
↓ 2 callersMethodGetEntryRaceDistance
UmaCruise/UmaTextRecognizer.h:48
next →1–100 of 630, ranked by callers