CMS 3D CMS Logo

Classes | Typedefs

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/DetectorDescription/Parser/src/DDXMLElement.h File Reference

#include <map>
#include <string>
#include <vector>
#include "DetectorDescription/Core/interface/DDName.h"
#include "DetectorDescription/Core/interface/DDCompactView.h"
#include "DetectorDescription/Parser/interface/DDLElementRegistry.h"

Go to the source code of this file.

Classes

class  DDXMLElement
 This is a base class for processing XML elements in the DDD. More...

Typedefs

typedef std::map< std::string,
std::vector< std::string > > 
AttrAccumType
typedef std::map< std::string,
std::string > 
DDXMLAttribute

Typedef Documentation

typedef std::map<std::string, std::vector<std::string> > AttrAccumType

Definition at line 56 of file DDXMLElement.h.

typedef std::map<std::string, std::string> DDXMLAttribute

Definition at line 55 of file DDXMLElement.h.