git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23995
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
IgnoreListEntry *second);
// for efficiency, let's sort it
IgnoreListEntry *second);
// for efficiency, let's sort it
+public: // FIXME: macro requires it
WX_DEFINE_SORTED_ARRAY(IgnoreListEntry *, ArrayNamesToIgnore);
WX_DEFINE_SORTED_ARRAY(IgnoreListEntry *, ArrayNamesToIgnore);
ArrayNamesToIgnore m_ignore;
private:
ArrayNamesToIgnore m_ignore;
private:
+ friend class ParamInfo; // for access to TypeInfo
+
// info abotu a function parameter
class ParamInfo
{
// info abotu a function parameter
class ParamInfo
{
wxString m_value; // default value
};
wxString m_value; // default value
};
+public: // FIXME: macro requires it
WX_DEFINE_ARRAY(ParamInfo *, ArrayParamInfo);
// info about a function
WX_DEFINE_ARRAY(ParamInfo *, ArrayParamInfo);
// info about a function
WX_DEFINE_ARRAY(MethodInfo *, ArrayMethodInfo);
WX_DEFINE_ARRAY(ArrayMethodInfo *, ArrayMethodInfos);
WX_DEFINE_ARRAY(MethodInfo *, ArrayMethodInfo);
WX_DEFINE_ARRAY(ArrayMethodInfo *, ArrayMethodInfos);
// first array contains the names of all classes we found, the second has a
// pointer to the array of methods of the given class at the same index as
// the class name appears in m_classes
// first array contains the names of all classes we found, the second has a
// pointer to the array of methods of the given class at the same index as
// the class name appears in m_classes
+ Revision 1.26 2003/09/29 15:18:35 MBN
+ (Blind) compilation fix for Sun compiler.
+
Revision 1.25 2003/09/03 17:39:27 MBN
Compilation fixes.
Revision 1.25 2003/09/03 17:39:27 MBN
Compilation fixes.