SOUND4 x1.CLOUD Library [1.5.7]
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sound4::CInstance::CClient Class Reference

#include <sound4cl.hpp>

Public Member Functions

 CClient (sound4cl_CInstance *instance, CProcessor &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 1413 of file sound4cl.hpp.

Constructor & Destructor Documentation

◆ CClient() [1/2]

sound4::CInstance::CClient::CClient ( sound4cl_CInstance *  instance,
CProcessor dynlib 
)
inline

Definition at line 1415 of file sound4cl.hpp.

◆ CClient() [2/2]

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

◆ ~CClient()

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

Definition at line 1425 of file sound4cl.hpp.

Member Function Documentation

◆ operator=()

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

◆ ProcessJson()

std::string sound4::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 1439 of file sound4cl.hpp.


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