SourceXtractorPlusPlus
0.13
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
PythonConfig
PyId.h
Go to the documentation of this file.
1
17
/*
18
* @file PyId.h
19
* @author Alejandro Alvarez Ayllon
20
*/
21
22
#ifndef _SEIMPLEMENTATION_PYID_H
23
#define _SEIMPLEMENTATION_PYID_H
24
25
#include <atomic>
26
#include <map>
27
28
namespace
SourceXtractor {
29
30
class
PyId
{
31
public
:
32
PyId
();
33
virtual
~PyId
();
34
35
const
int
id
;
36
37
private
:
38
static
int
s_next_col_id
;
39
};
40
41
}
42
43
#endif // _SEIMPLEMENTATION_PYID_H
44
SourceXtractor::PyId::~PyId
virtual ~PyId()
Definition:
PyId.cpp:26
SourceXtractor::PyId::PyId
PyId()
Definition:
PyId.cpp:23
SourceXtractor::PyId::id
const int id
Definition:
PyId.h:35
SourceXtractor::PyId
Definition:
PyId.h:30
SourceXtractor::PyId::s_next_col_id
static int s_next_col_id
Definition:
PyId.h:38
Generated by
1.8.5