YARP
Yet Another Robot Platform
HttpCarrier.cpp File Reference
+ Include dependency graph for HttpCarrier.cpp:

Go to the source code of this file.

Functions

static std::string quoteFree (const std::string &src)
 
static bool asJson (std::string &accum, yarp::os::Bottle *bot, std::string *hint=nullptr)
 
static bool asJson (std::string &accum, yarp::os::Value &v)
 

Function Documentation

◆ asJson() [1/2]

static bool asJson ( std::string &  accum,
yarp::os::Bottle bot,
std::string *  hint = nullptr 
)
static

Definition at line 77 of file HttpCarrier.cpp.

◆ asJson() [2/2]

static bool asJson ( std::string &  accum,
yarp::os::Value v 
)
static

Definition at line 41 of file HttpCarrier.cpp.

◆ quoteFree()

static std::string quoteFree ( const std::string &  src)
static

Definition at line 24 of file HttpCarrier.cpp.