URL.cpp File Reference
#include "URL.h"
#include "uscxml/messages/Event.h"
#include <string>
#include <cassert>
#include "uscxml/interpreter/Logging.h"
#include "uscxml/config.h"
#include <curl/curl.h>
#include <uriparser/Uri.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <pwd.h>
Include dependency graph for URL.cpp:

Macros

#define DOWNLOAD_IF_NECESSARY   if (!_isDownloaded) { download(true); }
 
#define USCXML_URI_STRING(obj, field)   std::string(obj.field.first, (obj.field.afterLast - obj.field.first))
 

Detailed Description