SourceXtractorPlusPlus
0.11
Please provide a description of the project.
SEImplementation
src
lib
PythonConfig
PyId.cpp
Go to the documentation of this file.
1
17
#include "
SEImplementation/PythonConfig/PyId.h
"
18
19
namespace
SourceXtractor
{
20
21
int
PyId::s_next_col_id
;
22
23
PyId::PyId
(): id(s_next_col_id++) {
24
}
25
26
PyId::~PyId
() {
27
}
28
29
}
// end SourceXtractor
SourceXtractor::PyId::~PyId
virtual ~PyId()
Definition:
PyId.cpp:26
PyId.h
SourceXtractor::PyId::PyId
PyId()
Definition:
PyId.cpp:23
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::PyId::s_next_col_id
static int s_next_col_id
Definition:
PyId.h:38
Generated by
1.8.14