Revision: 34
Author: roman_yakovenko
Date: 2006-05-01 21:21:46 -0700 (Mon, 01 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=34&view=rev
Log Message:
-----------
adding references to
dummy_type_t
custom_matcher_t
virtuality_type_matcher_t
Modified Paths:
--------------
pygccxml_dev/pygccxml/declarations/__init__.py
Modified: pygccxml_dev/pygccxml/declarations/__init__.py
===================================================================
--- pygccxml_dev/pygccxml/declarations/__init__.py 2006-05-02 04:20:37 UTC (rev 33)
+++ pygccxml_dev/pygccxml/declarations/__init__.py 2006-05-02 04:21:46 UTC (rev 34)
@@ -22,6 +22,7 @@
from typedef import typedef_t
from cpptypes import type_t
+from cpptypes import dummy_type_t
from cpptypes import unknown_t
from cpptypes import fundamental_t
from cpptypes import void_t
@@ -147,7 +148,8 @@
from filters import regex_matcher_t
from filters import access_type_matcher_t
from filters import operator_matcher_t
-
+from filters import custom_matcher_t
+from filters import virtuality_type_matcher_t
from matcher import matcher
from mdecl_wrapper import mdecl_wrapper_t
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|