Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bupticybee/TexasSolver
/ functions
Functions
869 in github.com/bupticybee/TexasSolver
⨍
Functions
869
◇
Types & classes
230
Method
calc_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
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
include/json.hpp:12084
Method
calc_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
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
include/json.hpp:12054
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
include/json.hpp:12112
Method
card2int
src/Card.cpp:38
Method
chanceBestReponse
src/solver/BestResponse.cpp:114
Method
chanceUtility
src/solver/PCfrSolver.cpp:227
Function
clear
! @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
Method
clicked_event
src/ui/treemodel.cpp:144
Method
clicked_event
src/ui/detailviewermodel.cpp:47
Method
clicked_event
src/ui/tablestrategymodel.cpp:156
Method
columnCount
src/ui/roughstrategyviewermodel.cpp:31
Method
columnCount
src/ui/rangeselectortablemodel.cpp:166
Method
columnCount
src/ui/detailviewermodel.cpp:29
Method
columnCount
src/ui/boardselectortablemodel.cpp:124
Method
columnCount
src/ui/tablestrategymodel.cpp:30
Method
columnCount
include/ui/treeitem.h:25
Method
comb
include/library.h:66
Method
compair
src/compairer/Dic5Compairer.cpp:69
Method
construct
include/json.hpp:3476
Method
construct
include/json.hpp:3488
Method
construct
include/json.hpp:3518
Method
construct
include/json.hpp:3530
Method
construct
include/json.hpp:3542
Method
construct
include/json.hpp:3554
Method
construct
include/json.hpp:3613
Function
contains
! @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
Function
count
include/json.hpp:18571
Method
count_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
Method
create
! @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
Method
create
include/json.hpp:2024
Method
create
include/json.hpp:2078
Method
create
include/json.hpp:2125
Method
create
include/json.hpp:2163
Method
data
src/ui/roughstrategyviewermodel.cpp:41
Method
data
src/ui/rangeselectortablemodel.cpp:127
Method
data
src/ui/detailviewermodel.cpp:39
Method
data
src/ui/boardselectortablemodel.cpp:98
Method
data
src/ui/tablestrategymodel.cpp:40
Method
decode
! @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
Method
delimit
-------------------------------------------------------------------------- Argument ------------------------------------------------------------------
include/tools/argparse.hpp:121
Method
diyfp
include/json.hpp:12706
Method
dropEvent
src/ui/droptextedit.cpp:3
Method
dump_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
Method
dump_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
Method
dump_integer
include/json.hpp:14342
Method
dump_strategy
src/trainable/DiscountedCfrTrainable.cpp:133
Function
emplace
include/json.hpp:19649
Function
emplace_back
include/json.hpp:19596
Method
end_array
include/json.hpp:4553
Method
end_array
include/json.hpp:4778
Method
end_object
include/json.hpp:4534
Method
end_object
include/json.hpp:4732
Method
escape
include/tools/argparse.hpp:135
Method
estimate_tree_memory
src/runtime/qsolverjob.cpp:131
Method
estimate_tree_memory
src/runtime/PokerSolver.cpp:70
Method
eventFilter
htmltableview.cpp:23
Method
eventFilter
src/ui/htmltablerangeview.cpp:13
Method
exception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
include/json.hpp:7075
Method
exception_message
include/json.hpp:9109
Method
exists
include/tools/argparse.hpp:419
Method
file_input_adapter
include/json.hpp:3922
Method
fill_buffer
UTF-32
include/json.hpp:4030
Method
fill_buffer
UTF-16
include/json.hpp:4089
Method
fill_buffer
include/json.hpp:4177
Function
flatten
! @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
Function
foreach
mainwindow.cpp:439
Function
formatValue
include/tools/tinyformat.h:336
Method
from_json
include/json.hpp:3810
Function
front
! @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
Method
gameRound2int
src/nodes/GameTreeNode.cpp:19
Method
generate
include/library.h:49
Method
get
! @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
Method
get
include/library.h:33
Method
getBestReponseEv
src/solver/BestResponse.cpp:63
Method
getInitialReachProb
src/ranges/PrivateCardsManager.cpp:48
Method
getPlayer
src/nodes/ActionNode.cpp:30
Method
getPriUi
mainwindow.cpp:423
Method
getSuits
src/Card.cpp:216
Method
getTree
src/solver/Solver.cpp:15
Method
getType
src/nodes/ActionNode.cpp:34
Method
getType
src/nodes/TerminalNode.cpp:21
Method
getType
src/nodes/ShowdownNode.cpp:40
Function
get_allocator
! @brief returns the allocator associated with the container */
include/json.hpp:14834
Method
get_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
Method
get_bson_string
include/json.hpp:5339
Method
get_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
Method
get_cbor_float_prefix
include/json.hpp:12308
Method
get_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
Method
get_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
Method
get_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
Method
get_character
include/json.hpp:4008
Method
get_character
include/json.hpp:4158
Method
get_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
Method
get_decimal_point
return the locale-dependent decimal point
include/json.hpp:7253
Method
get_game_action_str
src/ui/treeitem.cpp:32
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
include/json.hpp:6958
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
include/json.hpp:6456
Method
get_msgpack_float_prefix
include/json.hpp:12322
← previous
next →
401–500 of 869, ranked by callers