Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chigraph/chigraph
/ functions
Functions
622 in github.com/chigraph/chigraph
⨍
Functions
622
◇
Types & classes
114
Function
main
chi/main.cpp:24
Method
makePure
libchigraph/src/NodeType.cpp:35
Function
max_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to system or libr
libchigraph/include/chi/json.hpp:4710
Method
meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the version
libchigraph/include/chi/json.hpp:1031
Method
modifyType
libchigraph/src/GraphStruct.cpp:80
Method
name
Get the name of the function \return The name of the function
libchigraph/include/chi/GraphFunction.hpp:313
Method
nodeInstance
libchigraph/src/NodeType.cpp:42
Method
nodeTypeFromName
libchigraph/src/GraphModule.cpp:761
Method
nodeTypeNames
libchigraph/include/chi/LangModule.hpp:29
Method
numtostr
libchigraph/include/chi/json.hpp:7449
Method
object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer lists ele
libchigraph/include/chi/json.hpp:2055
Method
operator!
!Success test \return If it's not successful
libchigraph/include/chi/Result.hpp:141
Method
operator!
See if one Flags object isn't equal to the other \return if they are equal
libchigraph/include/chi/Flags.hpp:59
Function
operator!=
! @brief comparison: not equal Compares two JSON values for inequality by calculating `not (lhs == rhs)`. @param[in] lhs first JSON value to con
libchigraph/include/chi/json.hpp:5479
Function
operator!=
Inequality check \param lhs The first DataType \param rhs The DataType to check equality against \return If they aren't equal \relates DataType
libchigraph/include/chi/DataType.hpp:69
Method
operator!=
libchigraph/include/chi/json.hpp:7731
Method
operator!=
inequality operator (needed for range-based for)
libchigraph/include/chi/json.hpp:7857
Method
operator!=
libchigraph/include/chi/json.hpp:10461
Function
operator"" _json
! @brief user-defined string literal for JSON values This operator implements a user-defined string literal for JSON objects. It can be used by addin
libchigraph/include/chi/json.hpp:11067
Function
operator"" _json_pointer
! @brief user-defined string literal for JSON pointer This operator implements a user-defined string literal for JSON Pointers. It can be used by add
libchigraph/include/chi/json.hpp:11084
Method
operator&
Bitwise AND \param rhs The Flags object to AND with \return The new Flags object
libchigraph/include/chi/Flags.hpp:74
Method
operator()
libchigraph/include/chi/json.hpp:763
Method
operator()
libchigraph/include/chi/json.hpp:786
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
libchigraph/include/chi/json.hpp:11046
Method
operator()
The hash fucntion \param p The path to hash \return The hash
libchigraph/include/chi/HashFilesystemPath.hpp:18
Method
operator()
The hash function \param toHash The UUID to hash \return The hash
libchigraph/include/chi/HashUuid.hpp:16
Function
operator+
libchigraph/src/Result.cpp:97
Function
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libchigraph/include/chi/json.hpp:8315
Method
operator+
libchigraph/include/chi/json.hpp:7756
Method
operator++
libchigraph/include/chi/json.hpp:7776
Method
operator++
post-increment (it++)
libchigraph/include/chi/json.hpp:8437
Function
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libchigraph/include/chi/json.hpp:8325
Method
operator-
libchigraph/include/chi/json.hpp:7762
Method
operator-
subtract from iterator
libchigraph/include/chi/json.hpp:8468
Method
operator--
libchigraph/include/chi/json.hpp:7787
Method
operator--
post-decrement (it--)
libchigraph/include/chi/json.hpp:8446
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libchigraph/include/chi/json.hpp:8109
Function
operator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
libchigraph/include/chi/json.hpp:168
Function
operator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calculating `not (rh
libchigraph/include/chi/json.hpp:5602
Method
operator<=
libchigraph/include/chi/json.hpp:7741
Method
operator=
libchigraph/include/chi/json.hpp:8558
Function
operator==
libchigraph/include/chi/json.hpp:5449
Function
operator==
Equality check \param lhs The first DataType \param rhs The DataType to check equality against \return If they are equal \relates DataType
libchigraph/include/chi/DataType.hpp:60
Method
operator==
libchigraph/include/chi/json.hpp:7726
Method
operator==
libchigraph/include/chi/json.hpp:10457
Method
operator==
See if one Flags object is equal to the other \param rhs The Flags object to comare to \return if they are equal
libchigraph/include/chi/Flags.hpp:55
Function
operator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= rhs)`. @
libchigraph/include/chi/json.hpp:5623
Method
operator>
libchigraph/include/chi/json.hpp:7746
Function
operator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calculating `n
libchigraph/include/chi/json.hpp:5644
Method
operator>=
libchigraph/include/chi/json.hpp:7751
Function
operator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the range of t
libchigraph/include/chi/json.hpp:3423
Method
operator|
Bitwise OR \param rhs The Flags object to OR with \return The new Flags object
libchigraph/include/chi/Flags.hpp:69
Method
parse
libchigraph/include/chi/json.hpp:9536
Method
parse_integral
libchigraph/include/chi/json.hpp:9597
Method
parse_internal
the actual parser
libchigraph/include/chi/json.hpp:9766
Method
parser
a parser reading from a string literal
libchigraph/include/chi/json.hpp:9729
Function
patch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operations to appl
libchigraph/include/chi/json.hpp:10681
Method
pause
libchigraphdebugger/src/Debugger.cpp:93
Method
qualifiedName
libchigraph/src/DataType.cpp:6
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image html range-
libchigraph/include/chi/json.hpp:4424
Method
removeBreakpoint
libchigraphdebugger/src/Debugger.cpp:138
Method
removeDataInput
libchigraph/src/GraphFunction.cpp:224
Method
removeDataOutput
libchigraph/src/GraphFunction.cpp:262
Method
removeExecInput
libchigraph/src/GraphFunction.cpp:314
Method
removeExecOutput
libchigraph/src/GraphFunction.cpp:343
Method
removeType
libchigraph/src/GraphStruct.cpp:95
Function
rend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @image html range
libchigraph/include/chi/json.hpp:4455
Method
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
libchigraph/include/chi/json.hpp:10354
Method
saveToDisk
libchigraph/src/GraphModule.cpp:669
Method
setDataInputs
libchigraph/src/NodeType.cpp:17
Method
setDataOutputs
libchigraph/src/NodeType.cpp:22
Method
setDescription
Set the description of the function \param newDesc The new description
libchigraph/include/chi/GraphFunction.hpp:299
Method
setExecInputs
libchigraph/src/NodeType.cpp:27
Method
setExecOutputs
libchigraph/src/NodeType.cpp:31
Method
setName
libchigraph/src/GraphFunction.cpp:508
Method
setName
libchigraph/src/GraphStruct.cpp:22
Method
setX
Set the X location of the instance \param newX The new X coordinate
libchigraph/include/chi/NodeInstance.hpp:58
Method
setY
Set the Y location of the instance \param newY The new Y coordinate
libchigraph/include/chi/NodeInstance.hpp:61
Function
set_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libchigraph/include/chi/json.hpp:8053
Method
strtof
overloaded wrappers for strtod/strtof/strtold that will be called from parse<floating_point_t>
libchigraph/include/chi/json.hpp:9523
Method
strtonum
libchigraph/include/chi/json.hpp:9501
Method
toJSON
libchigraph/src/GraphModule.cpp:385
Method
toJSON
libchigraph/src/GraphModule.cpp:429
Method
toJSON
libchigraph/src/GraphModule.cpp:478
Method
toJSON
libchigraph/src/GraphModule.cpp:519
Method
toJSON
libchigraph/src/GraphModule.cpp:560
Method
toJSON
libchigraph/src/LangModule.cpp:92
Method
toJSON
libchigraph/src/LangModule.cpp:137
Method
toJSON
libchigraph/src/LangModule.cpp:169
Method
toJSON
libchigraph/src/LangModule.cpp:201
Method
toJSON
libchigraph/src/LangModule.cpp:245
Method
toJSON
libchigraph/src/LangModule.cpp:304
Method
toJSON
Create the JSON necessary to store the object. \return The json obejct
libchigraph/include/chi/NodeType.hpp:54
Function
toString
test/TestCommon.hpp:6
Function
to_cbor
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the CBOR (Concise Bina
libchigraph/include/chi/json.hpp:7238
Method
to_json
libchigraph/include/chi/json.hpp:842
Method
to_unicode
! @brief create a string from one or two Unicode code points There are two cases: (1) @a codepoint1 is in the Basic Multilingual Plane (U+0000
libchigraph/include/chi/json.hpp:8583
Function
toggleFolder
(id)
docs/dynsections.js:49
Function
toggleInherit
(id)
docs/dynsections.js:84
Function
toggleLevel
(level)
docs/dynsections.js:28
← previous
next →
501–600 of 622, ranked by callers