CMS 3D CMS Logo

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