MCPcopy Create free account

hub / github.com/bupticybee/TexasSolver / functions

Functions869 in github.com/bupticybee/TexasSolver

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). */
include/json.hpp:12007
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
include/json.hpp:12084
Methodcalc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
include/json.hpp:12277
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
include/json.hpp:12054
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
include/json.hpp:12112
Methodcard2int
src/Card.cpp:38
MethodchanceBestReponse
src/solver/BestResponse.cpp:114
MethodchanceUtility
src/solver/PCfrSolver.cpp:227
Functionclear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
include/json.hpp:19335
Methodclicked_event
src/ui/treemodel.cpp:144
Methodclicked_event
src/ui/detailviewermodel.cpp:47
Methodclicked_event
src/ui/tablestrategymodel.cpp:156
MethodcolumnCount
src/ui/roughstrategyviewermodel.cpp:31
MethodcolumnCount
src/ui/rangeselectortablemodel.cpp:166
MethodcolumnCount
src/ui/detailviewermodel.cpp:29
MethodcolumnCount
src/ui/boardselectortablemodel.cpp:124
MethodcolumnCount
src/ui/tablestrategymodel.cpp:30
MethodcolumnCount
include/ui/treeitem.h:25
Methodcomb
include/library.h:66
Methodcompair
src/compairer/Dic5Compairer.cpp:69
Methodconstruct
include/json.hpp:3476
Methodconstruct
include/json.hpp:3488
Methodconstruct
include/json.hpp:3518
Methodconstruct
include/json.hpp:3530
Methodconstruct
include/json.hpp:3542
Methodconstruct
include/json.hpp:3554
Methodconstruct
include/json.hpp:3613
Functioncontains
! @throw parse_error.106 if an array index begins with '0' @throw parse_error.109 if an array index was not a number */
include/json.hpp:10774
Functioncount
include/json.hpp:18571
Methodcount_digits
! @brief count digits Count the number of decimal (base 10) digits for an input unsigned integer. @param[in] x unsigned integer number
include/json.hpp:14303
Methodcreate
! @brief create a parse error exception @param[in] id_ the id of the exception @param[in] pos the position where the error occ
include/json.hpp:1947
Methodcreate
include/json.hpp:2024
Methodcreate
include/json.hpp:2078
Methodcreate
include/json.hpp:2125
Methodcreate
include/json.hpp:2163
Methoddata
src/ui/roughstrategyviewermodel.cpp:41
Methoddata
src/ui/rangeselectortablemodel.cpp:127
Methoddata
src/ui/detailviewermodel.cpp:39
Methoddata
src/ui/boardselectortablemodel.cpp:98
Methoddata
src/ui/tablestrategymodel.cpp:40
Methoddecode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
include/json.hpp:14527
Methoddelimit
-------------------------------------------------------------------------- Argument ------------------------------------------------------------------
include/tools/argparse.hpp:121
Methoddiyfp
include/json.hpp:12706
MethoddropEvent
src/ui/droptextedit.cpp:3
Methoddump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
include/json.hpp:14047
Methoddump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
include/json.hpp:14428
Methoddump_integer
include/json.hpp:14342
Methoddump_strategy
src/trainable/DiscountedCfrTrainable.cpp:133
Functionemplace
include/json.hpp:19649
Functionemplace_back
include/json.hpp:19596
Methodend_array
include/json.hpp:4553
Methodend_array
include/json.hpp:4778
Methodend_object
include/json.hpp:4534
Methodend_object
include/json.hpp:4732
Methodescape
include/tools/argparse.hpp:135
Methodestimate_tree_memory
src/runtime/qsolverjob.cpp:131
Methodestimate_tree_memory
src/runtime/PokerSolver.cpp:70
MethodeventFilter
htmltableview.cpp:23
MethodeventFilter
src/ui/htmltablerangeview.cpp:13
Methodexception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
include/json.hpp:7075
Methodexception_message
include/json.hpp:9109
Methodexists
include/tools/argparse.hpp:419
Methodfile_input_adapter
include/json.hpp:3922
Methodfill_buffer
UTF-32
include/json.hpp:4030
Methodfill_buffer
UTF-16
include/json.hpp:4089
Methodfill_buffer
include/json.hpp:4177
Functionflatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
include/json.hpp:10958
Functionforeach
mainwindow.cpp:439
FunctionformatValue
include/tools/tinyformat.h:336
Methodfrom_json
include/json.hpp:3810
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
include/json.hpp:18129
MethodgameRound2int
src/nodes/GameTreeNode.cpp:19
Methodgenerate
include/library.h:49
Methodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
include/json.hpp:6949
Methodget
include/library.h:33
MethodgetBestReponseEv
src/solver/BestResponse.cpp:63
MethodgetInitialReachProb
src/ranges/PrivateCardsManager.cpp:48
MethodgetPlayer
src/nodes/ActionNode.cpp:30
MethodgetPriUi
mainwindow.cpp:423
MethodgetSuits
src/Card.cpp:216
MethodgetTree
src/solver/Solver.cpp:15
MethodgetType
src/nodes/ActionNode.cpp:34
MethodgetType
src/nodes/TerminalNode.cpp:21
MethodgetType
src/nodes/ShowdownNode.cpp:40
Functionget_allocator
! @brief returns the allocator associated with the container */
include/json.hpp:14834
Methodget_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in, out] result A reference to the string variable where the read
include/json.hpp:5307
Methodget_bson_string
include/json.hpp:5339
Methodget_cbor_array
! @param[in] len the length of the array or std::size_t(-1) for an array of indefinite size @return whether array creatio
include/json.hpp:5928
Methodget_cbor_float_prefix
include/json.hpp:12308
Methodget_cbor_object
! @param[in] len the length of the object or std::size_t(-1) for an object of indefinite size @return whether object crea
include/json.hpp:5964
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
include/json.hpp:5839
Methodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
include/json.hpp:3976
Methodget_character
include/json.hpp:4008
Methodget_character
include/json.hpp:4158
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
include/json.hpp:7280
Methodget_decimal_point
return the locale-dependent decimal point
include/json.hpp:7253
Methodget_game_action_str
src/ui/treeitem.cpp:32
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
include/json.hpp:6958
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
include/json.hpp:6456
Methodget_msgpack_float_prefix
include/json.hpp:12322
← previousnext →401–500 of 869, ranked by callers