SOUND4 IMPACT.CL Library [1.3.6]
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sound4::impact::dyn::CInstance::CClient Class Reference

#include <sound4.impact.cl_dyn.hpp>

Public Member Functions

 CClient (impact_CInstance *instance, CDynLib &dynlib)
 
 CClient (const CInstance &)=delete
 
CClientoperator= (const CInstance &)=delete
 
 ~CClient ()
 
std::string ProcessJson (const std::string &request, bool *NeedSave=nullptr)
 Process a JSON request and returns the answer.
 

Detailed Description

Low-level JSON client.

See also JSON syntax

Definition at line 1423 of file sound4.impact.cl_dyn.hpp.

Constructor & Destructor Documentation

◆ CClient() [1/2]

sound4::impact::dyn::CInstance::CClient::CClient ( impact_CInstance instance,
CDynLib dynlib 
)
inline

Definition at line 1425 of file sound4.impact.cl_dyn.hpp.

◆ CClient() [2/2]

sound4::impact::dyn::CInstance::CClient::CClient ( const CInstance )
delete

◆ ~CClient()

sound4::impact::dyn::CInstance::CClient::~CClient ( )
inline

Definition at line 1435 of file sound4.impact.cl_dyn.hpp.

Member Function Documentation

◆ operator=()

CClient & sound4::impact::dyn::CInstance::CClient::operator= ( const CInstance )
delete

◆ ProcessJson()

std::string sound4::impact::dyn::CInstance::CClient::ProcessJson ( const std::string &  request,
bool *  NeedSave = nullptr 
)
inline
Parameters
requestthe JSON request. See also JSON syntax
NeedSaveif non null, returns if the saving is required (maybe delayed)
Returns
the JSON answer

Definition at line 1449 of file sound4.impact.cl_dyn.hpp.


The documentation for this class was generated from the following file: