SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyId.cpp
Go to the documentation of this file.
1 
18 
19 namespace SourceXtractor {
20 
22 
23 PyId::PyId(): id(s_next_col_id++) {
24 }
25 
27 }
28 
29 } // end SourceXtractor
virtual ~PyId()
Definition: PyId.cpp:26
static int s_next_col_id
Definition: PyId.h:38