MCPcopy Create free account

hub / github.com/chigraph/chigraph / functions

Functions622 in github.com/chigraph/chigraph

Functionmain
chi/main.cpp:24
MethodmakePure
libchigraph/src/NodeType.cpp:35
Functionmax_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
Methodmeta
! @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
MethodmodifyType
libchigraph/src/GraphStruct.cpp:80
Methodname
Get the name of the function \return The name of the function
libchigraph/include/chi/GraphFunction.hpp:313
MethodnodeInstance
libchigraph/src/NodeType.cpp:42
MethodnodeTypeFromName
libchigraph/src/GraphModule.cpp:761
MethodnodeTypeNames
libchigraph/include/chi/LangModule.hpp:29
Methodnumtostr
libchigraph/include/chi/json.hpp:7449
Methodobject
! @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
Methodoperator!
!Success test \return If it's not successful
libchigraph/include/chi/Result.hpp:141
Methodoperator!
See if one Flags object isn't equal to the other \return if they are equal
libchigraph/include/chi/Flags.hpp:59
Functionoperator!=
! @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
Functionoperator!=
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
Methodoperator!=
libchigraph/include/chi/json.hpp:7731
Methodoperator!=
inequality operator (needed for range-based for)
libchigraph/include/chi/json.hpp:7857
Methodoperator!=
libchigraph/include/chi/json.hpp:10461
Functionoperator"" _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
Functionoperator"" _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
Methodoperator&
Bitwise AND \param rhs The Flags object to AND with \return The new Flags object
libchigraph/include/chi/Flags.hpp:74
Methodoperator()
libchigraph/include/chi/json.hpp:763
Methodoperator()
libchigraph/include/chi/json.hpp:786
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
libchigraph/include/chi/json.hpp:11046
Methodoperator()
The hash fucntion \param p The path to hash \return The hash
libchigraph/include/chi/HashFilesystemPath.hpp:18
Methodoperator()
The hash function \param toHash The UUID to hash \return The hash
libchigraph/include/chi/HashUuid.hpp:16
Functionoperator+
libchigraph/src/Result.cpp:97
Functionoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libchigraph/include/chi/json.hpp:8315
Methodoperator+
libchigraph/include/chi/json.hpp:7756
Methodoperator++
libchigraph/include/chi/json.hpp:7776
Methodoperator++
post-increment (it++)
libchigraph/include/chi/json.hpp:8437
Functionoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libchigraph/include/chi/json.hpp:8325
Methodoperator-
libchigraph/include/chi/json.hpp:7762
Methodoperator-
subtract from iterator
libchigraph/include/chi/json.hpp:8468
Methodoperator--
libchigraph/include/chi/json.hpp:7787
Methodoperator--
post-decrement (it--)
libchigraph/include/chi/json.hpp:8446
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libchigraph/include/chi/json.hpp:8109
Functionoperator<
! @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
Functionoperator<=
! @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
Methodoperator<=
libchigraph/include/chi/json.hpp:7741
Methodoperator=
libchigraph/include/chi/json.hpp:8558
Functionoperator==
libchigraph/include/chi/json.hpp:5449
Functionoperator==
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
Methodoperator==
libchigraph/include/chi/json.hpp:7726
Methodoperator==
libchigraph/include/chi/json.hpp:10457
Methodoperator==
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
Functionoperator>
! @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
Methodoperator>
libchigraph/include/chi/json.hpp:7746
Functionoperator>=
! @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
Methodoperator>=
libchigraph/include/chi/json.hpp:7751
Functionoperator[]
! @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
Methodoperator|
Bitwise OR \param rhs The Flags object to OR with \return The new Flags object
libchigraph/include/chi/Flags.hpp:69
Methodparse
libchigraph/include/chi/json.hpp:9536
Methodparse_integral
libchigraph/include/chi/json.hpp:9597
Methodparse_internal
the actual parser
libchigraph/include/chi/json.hpp:9766
Methodparser
a parser reading from a string literal
libchigraph/include/chi/json.hpp:9729
Functionpatch
! @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
Methodpause
libchigraphdebugger/src/Debugger.cpp:93
MethodqualifiedName
libchigraph/src/DataType.cpp:6
Functionrbegin
! @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
MethodremoveBreakpoint
libchigraphdebugger/src/Debugger.cpp:138
MethodremoveDataInput
libchigraph/src/GraphFunction.cpp:224
MethodremoveDataOutput
libchigraph/src/GraphFunction.cpp:262
MethodremoveExecInput
libchigraph/src/GraphFunction.cpp:314
MethodremoveExecOutput
libchigraph/src/GraphFunction.cpp:343
MethodremoveType
libchigraph/src/GraphStruct.cpp:95
Functionrend
! @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
Methodreplace_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
MethodsaveToDisk
libchigraph/src/GraphModule.cpp:669
MethodsetDataInputs
libchigraph/src/NodeType.cpp:17
MethodsetDataOutputs
libchigraph/src/NodeType.cpp:22
MethodsetDescription
Set the description of the function \param newDesc The new description
libchigraph/include/chi/GraphFunction.hpp:299
MethodsetExecInputs
libchigraph/src/NodeType.cpp:27
MethodsetExecOutputs
libchigraph/src/NodeType.cpp:31
MethodsetName
libchigraph/src/GraphFunction.cpp:508
MethodsetName
libchigraph/src/GraphStruct.cpp:22
MethodsetX
Set the X location of the instance \param newX The new X coordinate
libchigraph/include/chi/NodeInstance.hpp:58
MethodsetY
Set the Y location of the instance \param newY The new Y coordinate
libchigraph/include/chi/NodeInstance.hpp:61
Functionset_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
Methodstrtof
overloaded wrappers for strtod/strtof/strtold that will be called from parse<floating_point_t>
libchigraph/include/chi/json.hpp:9523
Methodstrtonum
libchigraph/include/chi/json.hpp:9501
MethodtoJSON
libchigraph/src/GraphModule.cpp:385
MethodtoJSON
libchigraph/src/GraphModule.cpp:429
MethodtoJSON
libchigraph/src/GraphModule.cpp:478
MethodtoJSON
libchigraph/src/GraphModule.cpp:519
MethodtoJSON
libchigraph/src/GraphModule.cpp:560
MethodtoJSON
libchigraph/src/LangModule.cpp:92
MethodtoJSON
libchigraph/src/LangModule.cpp:137
MethodtoJSON
libchigraph/src/LangModule.cpp:169
MethodtoJSON
libchigraph/src/LangModule.cpp:201
MethodtoJSON
libchigraph/src/LangModule.cpp:245
MethodtoJSON
libchigraph/src/LangModule.cpp:304
MethodtoJSON
Create the JSON necessary to store the object. \return The json obejct
libchigraph/include/chi/NodeType.hpp:54
FunctiontoString
test/TestCommon.hpp:6
Functionto_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
Methodto_json
libchigraph/include/chi/json.hpp:842
Methodto_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
FunctiontoggleFolder
(id)
docs/dynsections.js:49
FunctiontoggleInherit
(id)
docs/dynsections.js:84
FunctiontoggleLevel
(level)
docs/dynsections.js:28
← previousnext →501–600 of 622, ranked by callers