#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 std::map<std::string, std::vector<std::string> > AttrAccumType |
Definition at line 46 of file DDXMLElement.h.
typedef std::map<std::string, std::string> DDXMLAttribute |
Definition at line 45 of file DDXMLElement.h.