helpers.cc File Reference


Detailed Description

helper functions

Author:
Niels Lohmann <nlohmann@informatik.hu-berlin.de>, Christian Gierds <gierds@informatik.hu-berlin.de>, last changes of: $Author: nielslohmann $
Since:
2005/11/11
Date:
$Date: 2007/07/18 08:17:48 $
Note:
This file is part of the tool BPEL2oWFN and was created during the project "Tools4BPEL" at the Humboldt-Universität zu Berlin. See http://www.informatik.hu-berlin.de/top/tools4bpel for details.
Version:
$Revision: 1.84 $

Definition in file helpers.cc.

#include <iostream>
#include <fstream>
#include <sstream>
#include <cassert>
#include <string>
#include <vector>
#include "debug.h"
#include "helpers.h"
#include "options.h"

Include dependency graph for helpers.cc:

Go to the source code of this file.

Functions

string toString (int i)
 converts int to string
string toString (const vector< unsigned int > &v)
 converts a vector to a C++ string
int toInt (string s)
 converts string to int
unsigned int toUInt (string s)
 converts string to unsigned int
unsigned int max (unsigned int a, unsigned int b)
 returns the maximum of two unsigned ints
string strip_namespace (string s)
 strip an XML namespace


Generated on Thu Jan 24 04:00:54 2008 for GNU BPEL2oWFN by  doxygen 1.5.2