wsdlpull 1.23
Variables
XmlUtils.cpp File Reference
#include <termios.h>
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <map>
#include "xmlpull/XmlUtils.h"

Go to the source code of this file.

Variables

const std::string ALPHA = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
 
std::map< std::string, std::string > urlCache_
 
static bool g_bProxy = false
 
static std::string g_sProxyHost
 
static std::string g_sProxyUser
 
static std::string g_sProxyPass
 

Variable Documentation

◆ ALPHA

const std::string ALPHA = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"

Definition at line 51 of file XmlUtils.cpp.

Referenced by XmlUtils::fetchUri().

◆ urlCache_

std::map<std::string,std::string> urlCache_

Definition at line 53 of file XmlUtils.cpp.

Referenced by XmlUtils::fetchUri().

◆ g_bProxy

bool g_bProxy = false
static

Definition at line 319 of file XmlUtils.cpp.

Referenced by XmlUtils::getProxy(), and XmlUtils::setProxy().

◆ g_sProxyHost

std::string g_sProxyHost
static

Definition at line 320 of file XmlUtils.cpp.

Referenced by XmlUtils::getProxyHost(), and XmlUtils::setProxyHost().

◆ g_sProxyUser

std::string g_sProxyUser
static

Definition at line 321 of file XmlUtils.cpp.

Referenced by XmlUtils::getProxyUser(), and XmlUtils::setProxyUser().

◆ g_sProxyPass

std::string g_sProxyPass
static

Definition at line 322 of file XmlUtils.cpp.

Referenced by XmlUtils::getProxyPass(), and XmlUtils::setProxyPass().