MCPcopy Create free account

hub / github.com/Sinflower/UberWolf / functions

Functions1,817 in github.com/Sinflower/UberWolf

MethodWolfDataBase
UberWolfLib/WolfRPG/WolfDataBase.hpp:39
MethodWolfDec
UberWolfLib/WolfDec.cpp:71
MethodWolfDec
UberWolfLib/WolfDec.h:89
MethodWolfPro
UberWolfLib/WolfPro.h:40
MethodWolfPro
UberWolfLib/WolfPro.cpp:92
MethodWolfRPG
UberWolfLib/WolfRPG/WolfRPG.hpp:40
MethodWolfRPGException
UberWolfLib/WolfRPG/WolfRPGException.hpp:37
MethodWolfXDecryptKey
UberWolfLib/WolfX/Types.hpp:54
MethodWolfXWrapper
UberWolfLib/WolfXWrapper.h:35
MethodWrite
UberWolfLib/WolfRPG/FileAccess.hpp:501
MethodWriteBytes
UberWolfLib/WolfRPG/FileAccess.hpp:534
MethodWriteBytesArr
UberWolfLib/WolfRPG/FileAccess.hpp:514
MethodWriteIntArray
UberWolfLib/WolfRPG/FileCoder.hpp:408
MethodWriteStringArray
UberWolfLib/WolfRPG/FileCoder.hpp:415
MethodWriteToFile
UberWolfLib/WolfRPG/FileAccess.hpp:491
Function__CreateDirectory
指定のディレクトリを作成する、中間のディレクトリも存在しない場合は作成する 最後尾に '\' があっても無視する ドライブ名の後に '\' がない場合は正常に動作しない
3rdParty/DXLib/FileLib.cpp:701
Method_add_flag_internal
3rdParty/CLI11/CLI11.hpp:8100
Method_add_result
3rdParty/CLI11/CLI11.hpp:6395
Method_configure
3rdParty/CLI11/CLI11.hpp:8787
Method_count_remaining_positionals
3rdParty/CLI11/CLI11.hpp:9417
Method_has_remaining_positionals
3rdParty/CLI11/CLI11.hpp:9429
Method_move_to_missing
3rdParty/CLI11/CLI11.hpp:9913
Method_parse_config
3rdParty/CLI11/CLI11.hpp:9248
Method_parse_positional
3rdParty/CLI11/CLI11.hpp:9439
Method_parse_single
3rdParty/CLI11/CLI11.hpp:9375
Method_parse_single_config
3rdParty/CLI11/CLI11.hpp:9255
Method_parse_stream
3rdParty/CLI11/CLI11.hpp:9237
Method_process
3rdParty/CLI11/CLI11.hpp:9134
Method_process_config_file
3rdParty/CLI11/CLI11.hpp:8882
Method_process_extras
3rdParty/CLI11/CLI11.hpp:9156
Method_recognize
3rdParty/CLI11/CLI11.hpp:8847
Method_reduce_results
3rdParty/CLI11/CLI11.hpp:6295
Method_valid_subcommand
3rdParty/CLI11/CLI11.hpp:8834
Method_validate_results
3rdParty/CLI11/CLI11.hpp:6255
Functionaccept
3rdParty/nlohmann/json.hpp:23277
Methodactive
Specify whether the Validator is active or not
3rdParty/CLI11/CLI11.hpp:3708
MethodaddLogEntry
UberWolf/ContentDialog.h:344
Methodadd_flag_callback
3rdParty/CLI11/CLI11.hpp:8125
Methodadd_flag_function
3rdParty/CLI11/CLI11.hpp:8141
Methodadd_option
3rdParty/CLI11/CLI11.hpp:6918
Methodadd_option
Add an existing option to the Option_group
3rdParty/CLI11/CLI11.hpp:7736
Methodadd_option_function
3rdParty/CLI11/CLI11.hpp:6960
Methodadd_option_group
3rdParty/CLI11/CLI11.hpp:7096
Methodadd_option_no_stream
3rdParty/CLI11/CLI11.hpp:6942
Methodadd_options
Add an existing option to the Option_group
3rdParty/CLI11/CLI11.hpp:7744
Methodadd_subcommand
Add an existing subcommand to be a member of an option_group
3rdParty/CLI11/CLI11.hpp:7752
Methodadd_subcommand
3rdParty/CLI11/CLI11.hpp:8207
MethodadjustButton
UberWolf/ContentDialog.h:157
MethodadjustCheckBox
UberWolf/OptionDialog.h:142
MethodadjustLabelEditComb
UberWolf/ContentDialog.h:175
MethodafterHWndInit
UberWolf/PackConfig.h:83
MethodafterHWndInit
UberWolf/WindowBase.h:222
Methodalias
3rdParty/CLI11/CLI11.hpp:7909
Methodallow_config_extras
ignore extras in config files
3rdParty/CLI11/CLI11.hpp:6819
Functionallow_extra_args
Set the value of allow_extra_args which allows extra value arguments on the flag or option to be included with each instance
3rdParty/CLI11/CLI11.hpp:5336
Methodallow_extras
Remove the error when extras are left over on the command line.
3rdParty/CLI11/CLI11.hpp:6758
Methodallow_windows_style_options
Allow windows style options, such as `/opt`. First matching short or long name used. Subcommands inherit value.
3rdParty/CLI11/CLI11.hpp:6846
MethodarrayBounds
Specify the start and end characters for an array
3rdParty/CLI11/CLI11.hpp:3548
MethodarrayDelimiter
Specify the delimiter character for an array
3rdParty/CLI11/CLI11.hpp:3554
Functionas
3rdParty/CLI11/CLI11.hpp:5657
Functionback
@brief access the last element @sa https://json.nlohmann.me/api/basic_json/back/
3rdParty/nlohmann/json.hpp:21625
Functionbasic_json array
@brief explicitly create an array from an initializer list @sa https://json.nlohmann.me/api/basic_json/array/
3rdParty/nlohmann/json.hpp:20219
Functionbasic_json binary
@brief explicitly create a binary array (without subtype) @sa https://json.nlohmann.me/api/basic_json/binary/
3rdParty/nlohmann/json.hpp:20175
Functionbasic_json diff
@brief creates a diff as a JSON patch @sa https://json.nlohmann.me/api/basic_json/diff/
3rdParty/nlohmann/json.hpp:24204
Functionbasic_json from_bjdata
3rdParty/nlohmann/json.hpp:23752
Functionbasic_json from_bson
3rdParty/nlohmann/json.hpp:23782
Functionbasic_json from_cbor
3rdParty/nlohmann/json.hpp:23584
Functionbasic_json from_msgpack
3rdParty/nlohmann/json.hpp:23643
Functionbasic_json from_ubjson
3rdParty/nlohmann/json.hpp:23697
Functionbasic_json meta
@brief returns version information on the library @sa https://json.nlohmann.me/api/basic_json/meta/
3rdParty/nlohmann/json.hpp:19463
Functionbasic_json object
@brief explicitly create an object from an initializer list @sa https://json.nlohmann.me/api/basic_json/object/
3rdParty/nlohmann/json.hpp:20227
Functionbasic_json parse
3rdParty/nlohmann/json.hpp:23236
Functionbenchmark
UberWolfLib/WolfX/Benchmark.hpp:36
Functionbenchmark
UberWolfLib/WolfX/detail/BenchmarkDetail.hpp:54
Functionbinary
3rdParty/nlohmann/json.hpp:6795
Methodbinary
3rdParty/nlohmann/json.hpp:6979
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
3rdParty/nlohmann/json.hpp:9162
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
3rdParty/nlohmann/json.hpp:15004
Functionboolean
3rdParty/nlohmann/json.hpp:6765
Methodboolean
3rdParty/nlohmann/json.hpp:6949
MethodcalcNewSize
UberWolfLib/WolfRPG/GameDat.hpp:218
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
3rdParty/nlohmann/json.hpp:16060
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
3rdParty/nlohmann/json.hpp:16075
Methodcalc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
3rdParty/nlohmann/json.hpp:16117
Methodcalc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
3rdParty/nlohmann/json.hpp:15913
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
3rdParty/nlohmann/json.hpp:15990
Methodcalc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] value JSON value to serialize
3rdParty/nlohmann/json.hpp:16212
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
3rdParty/nlohmann/json.hpp:15960
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
3rdParty/nlohmann/json.hpp:16018
MethodcallSlot
UberWolf/WindowBase.h:230
Methodcallback
Set a callback for execution when all parsing and processing has completed Due to a bug in c++11, it is not possible to overload on std::function (fi
3rdParty/CLI11/CLI11.hpp:6721
Functioncallback_t get_callback
Get the callback function
3rdParty/CLI11/CLI11.hpp:5493
Functioncapture_default_str
Capture the default value from the original value (if it can be captured)
3rdParty/CLI11/CLI11.hpp:5698
MethodcheckValid
UberWolfLib/WolfRPG/WolfRPG.hpp:151
Methodchecked_multiply
3rdParty/CLI11/CLI11.hpp:4036
Methodchecked_to_string
3rdParty/CLI11/CLI11.hpp:1914
Functionclear
@brief clears the contents @sa https://json.nlohmann.me/api/basic_json/clear/
3rdParty/nlohmann/json.hpp:22248
Functionclear_aliases
clear all the aliases of the current App
3rdParty/CLI11/CLI11.hpp:7575
Functionclear_subtype
@brief clears the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/clear_subtype/
3rdParty/nlohmann/json.hpp:5893
MethodcloseLinux
UberWolfLib/WolfRPG/FileAccess.hpp:367
← previousnext →1,101–1,200 of 1,817, ranked by callers