MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / push_back

Method push_back

core/src/json.hpp:11828–11831  ·  view source on GitHub ↗

! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant. @liveexample{The example shows the result of `push_back` for different JSON Pointers.,json_pointer__push_back} @since version 3.6.0 */

Source from the content-addressed store, hash-verified

11826 @since version 3.6.0
11827 */
11828 void push_back(const std::string& token)
11829 {
11830 reference_tokens.push_back(token);
11831 }
11832
11833 /// @copydoc push_back(const std::string&)
11834 void push_back(std::string&& token)

Callers 15

refreshMethod · 0.45
refreshMethod · 0.45
refreshMethod · 0.45
selectBySerialMethod · 0.45
refreshMethod · 0.45
menuHandlerMethod · 0.45
refreshMethod · 0.45
selectByInfoStrMethod · 0.45
selectByInfoMethod · 0.45
refreshMethod · 0.45
PlutoSDRSourceModuleMethod · 0.45
selectDeviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected