SourceXtractorPlusPlus  0.10
Please provide a description of the project.
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
SourceXtractor::PyId::~PyId
virtual ~PyId()
Definition: PyId.cpp:26
SourceXtractor::PyId::PyId
PyId()
Definition: PyId.cpp:23
SourceXtractor
Definition: Aperture.h:30
PyId.h
SourceXtractor::PyId::s_next_col_id
static int s_next_col_id
Definition: PyId.h:38