CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLString.h
Go to the documentation of this file.
1 #ifndef DDL_String_H
2 #define DDL_String_H
3 
4 // -------------------------------------------------------------------------
5 // Includes
6 // -------------------------------------------------------------------------
7 #include "DDXMLElement.h"
10 
11 #include <string>
12 #include <vector>
13 #include <map>
14 
16 
26 class DDLString : public DDXMLElement
27 {
28 public:
29 
30  DDLString( DDLElementRegistry* myreg );
31 
32  ~DDLString( void );
33 
34  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
35 
36  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
37 };
38 #endif
DDLString handles String Elements.
Definition: DDLString.h:26
type of data representation of DDCompactView
Definition: DDCompactView.h:77
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLString.cc:20
DDLString(DDLElementRegistry *myreg)
Definition: DDLString.cc:12
~DDLString(void)
Definition: DDLString.cc:16
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:58
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
Definition: DDLString.cc:24
The main class for processing parsed elements.