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

#include <sound4.impact.cl.hpp>

Public Member Functions

 CClient (impact_CInstance *instance)
 
 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 944 of file sound4.impact.cl.hpp.

Constructor & Destructor Documentation

◆ CClient() [1/2]

sound4::impact::CInstance::CClient::CClient ( impact_CInstance instance)
inline

Definition at line 946 of file sound4.impact.cl.hpp.

◆ CClient() [2/2]

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

◆ ~CClient()

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

Definition at line 955 of file sound4.impact.cl.hpp.

Member Function Documentation

◆ operator=()

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

◆ ProcessJson()

std::string sound4::impact::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 969 of file sound4.impact.cl.hpp.


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