Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hddm-py.cpp File Reference
#include "XString.hpp"
#include "XParsers.hpp"
#include <xercesc/util/XMLUri.hpp>
#include <particleType.h>
#include <errno.h>
#include <string>
#include <vector>
#include <map>
#include <fstream>

Go to the source code of this file.

Classes

class  XtString
 
class  CodeBuilder
 
struct  CodeBuilder::method_descr
 

Macros

#define X(str)   XString(str).unicode_str()
 
#define S(str)   str.c_str()
 

Functions

void usage ()
 
std::string guessType (const std::string &literal)
 
Particle_t lookupParticle (const std::string &name)
 
int main (int argC, char *argV[])
 

Variables

XString classPrefix
 

Macro Definition Documentation

#define S (   str)    str.c_str()

Definition at line 27 of file hddm-py.cpp.

#define X (   str)    XString(str).unicode_str()

Definition at line 26 of file hddm-py.cpp.

Referenced by main().

Function Documentation

std::string guessType ( const std::string literal)
Particle_t lookupParticle ( const std::string name)
void usage ( )

Definition at line 33 of file hddm-py.cpp.

Variable Documentation

XString classPrefix

Definition at line 31 of file hddm-py.cpp.