SOUND4 BIGVOICE.CL Library [1.1.6]
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 1393 of file sound4cl.hpp.

Constructor & Destructor Documentation

◆ CClient() [1/2]

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

Definition at line 1395 of file sound4cl.hpp.

◆ CClient() [2/2]

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

◆ ~CClient()

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

Definition at line 1405 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 1419 of file sound4cl.hpp.


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