LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <logicalaccess/utils.hpp>
#include <boost/asio.hpp>
#include <logicalaccess/plugins/llacommon/logs.hpp>
#include <logicalaccess/myexception.hpp>
Namespaces | |
namespace | logicalaccess |
Functions | |
LLA_CORE_API uint32_t | logicalaccess::lla_htonl (uint32_t in) |
LLA_CORE_API uint16_t | logicalaccess::lla_htons (uint16_t in) |
LLA_CORE_API int | logicalaccess::portable_setenv (const char *name, const char *value, int overwrite) |
static bool | logicalaccess::is_base64 (unsigned char c) |
LLA_CORE_API std::string | logicalaccess::base64_encode (unsigned char const *, unsigned int len) |
LLA_CORE_API std::string | logicalaccess::base64_decode (std::string const &s) |
Variables | |
static const std::string | logicalaccess::base64_chars |