MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / push_back

Method push_back

Source/Utils/json.hpp:11826–11829  ·  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

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

Callers 15

GetCampaignNamesMethod · 0.45
Tile_FindTypeMethod · 0.45
Sprite_Sort_DrawListMethod · 0.45
Campaign_Select_SetupMethod · 0.45
String_Input_PrintMethod · 0.45
Game_Load_FilterMethod · 0.45
addDirMethod · 0.45
addBaseDirMethod · 0.45
addDefaultDirsMethod · 0.45
validatePathsMethod · 0.45

Calls

no outgoing calls

Tested by 1

StartMethod · 0.36