Alexandria  2.22.0
Please provide a description of the project.
SharedContext.h
Go to the documentation of this file.
1 
19 #ifndef PYSTON_SHAREDCONTEXT_H
20 #define PYSTON_SHAREDCONTEXT_H
21 
22 #include "Graph/Node.h"
23 
24 namespace Pyston {
25 
35 extern thread_local Context sharedContext;
36 
37 } // namespace Pyston
38 
39 #endif // PYSTON_SHAREDCONTEXT_H
thread_local Context sharedContext
std::map< std::string, boost::any > Context
Definition: Node.h:99