CMS 3D CMS Logo

Classes | Typedefs
DDXMLElement.h File Reference
#include <cstddef>
#include <iosfwd>
#include <map>
#include <string>
#include <vector>
#include "DetectorDescription/Core/interface/DDCompactView.h"
#include "DetectorDescription/Core/interface/DDName.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

◆ AttrAccumType

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

Definition at line 46 of file DDXMLElement.h.

◆ DDXMLAttribute

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

Definition at line 45 of file DDXMLElement.h.