Kanzi Connect  3.9.8
Kanzi Connect C++ API
kanzi::connect::ArgumentUtils Class Reference

#include <generic_invoker.hpp>

Static Public Member Functions

static bool asBool (const string &value)
 
static float asFloat (const string &value)
 
static int asInt (const string &value)
 
static bool fromHex (char ch1, char ch2, char &out)
 
static bool fromHexNibble (char ch, char &out)
 
static string hexToBin (const string &hex)
 

Member Function Documentation

◆ asBool()

static bool kanzi::connect::ArgumentUtils::asBool ( const string &  value)
static

◆ asFloat()

static float kanzi::connect::ArgumentUtils::asFloat ( const string &  value)
static

◆ asInt()

static int kanzi::connect::ArgumentUtils::asInt ( const string &  value)
static

◆ fromHex()

static bool kanzi::connect::ArgumentUtils::fromHex ( char  ch1,
char  ch2,
char &  out 
)
static

◆ fromHexNibble()

static bool kanzi::connect::ArgumentUtils::fromHexNibble ( char  ch,
char &  out 
)
static

◆ hexToBin()

static string kanzi::connect::ArgumentUtils::hexToBin ( const string &  hex)
static

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