.. _program_listing_file_include_MainObjects_editorObject_getall.cpp: Program Listing for File getall.cpp =================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/MainObjects/editorObject/getall.cpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #include "editorObject.hpp" template <> PDJE_API void editorObject::getAll( std::function jsonCallback) { E_obj->KVHandler.second.getAll(jsonCallback); } template <> PDJE_API void editorObject::getAll(std::function jsonCallback) { E_obj->mixHandle.second.getAll(jsonCallback); } template <> PDJE_API void editorObject::getAll(std::function jsonCallback) { E_obj->noteHandle.second.getAll(jsonCallback); } template <> PDJE_API void editorObject::getAll( std::function jsonCallback) { for (auto &i : E_obj->musicHandle) { i.jsonh.getAll(jsonCallback); } }