The Synopsis class maps from C++ objects to Python objects
Private Member functions Summary: | |
void | addComments(PyObject* pydecl, AST::Declaration* cdecl) helper methods [Source] |
Private Data members Summary: | |
Private* | m [Source] |
PyObject* | m_ast [Source] |
PyObject* | m_type [Source] |
PyObject* | m_declarations [Source] |
PyObject* | m_dictionary [Source] |
FileFilter* | m_filter [Source] |
Structs Summary: | |
Private [Source] |
Public Member functions Inherited from Types::Visitor | |
visit_type, visit_named |