Alexandria  2.27.0
SDC-CH common library for the Euclid project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
std::map< std::string, boost::any > Context
Definition: Node.h:99
thread_local Context sharedContext