Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hddm-cpp.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
 

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()
#define X (   str)    XString(str).unicode_str()

Function Documentation

std::string guessType ( const std::string literal)

Definition at line 3489 of file hddm-cpp.cpp.

References lookupParticle(), str, and X.

Referenced by CodeBuilder::writeClassdef(), and CodeBuilder::writeClassimp().

Particle_t lookupParticle ( const std::string name)

Definition at line 3527 of file hddm-cpp.cpp.

References ParticleType(), and Unknown.

Referenced by guessType(), and CodeBuilder::writeClassimp().

void usage ( )

Definition at line 90 of file hddm-cpp.cpp.

Variable Documentation

XString classPrefix

Definition at line 88 of file hddm-cpp.cpp.