SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PyId.cpp
Go to the documentation of this file.
1
18
19namespace SourceXtractor {
20
22
23PyId::PyId(): id(s_next_col_id++) {
24}
25
28
29} // end SourceXtractor
static int s_next_col_id
Definition PyId.h:38
virtual ~PyId()
Definition PyId.cpp:26