NAP
apiutils.h
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4 
5 #pragma once
6 
7 // Local Includes
8 #include "apimessage.h"
9 
10 // External Includes
11 #include <rtti/deserializeresult.h>
12 #include <rtti/factory.h>
13 
14 namespace nap
15 {
25  NAPAPI bool extractMessages(const std::string& json, rtti::DeserializeResult& result, rtti::Factory& factory, std::vector<APIMessage*>& outMessages, utility::ErrorState& error);
26 }
nap::extractMessages
NAPAPI bool extractMessages(const std::string &json, rtti::DeserializeResult &result, rtti::Factory &factory, std::vector< APIMessage * > &outMessages, utility::ErrorState &error)
nap
Definition: templateapp.h:17