wxShadowObjectMethod,
wxShadowObjectMethods,
class WXDLLIMPEXP_BASE
-);
+)
WX_DECLARE_STRING_HASH_MAP_WITH_DECL(
void *,
wxShadowObjectFields,
class WXDLLIMPEXP_BASE
-);
+)
class WXDLLIMPEXP_BASE wxShadowObject
{
};
WX_DECLARE_EXPORTED_HASH_MAP( wxUIntPtr, wxString, wxIntegerHash,
- wxIntegerEqual, wxSimpleHelpProviderHashMap );
+ wxIntegerEqual, wxSimpleHelpProviderHashMap )
// wxSimpleHelpProvider is an implementation of wxHelpProvider which supports
// only plain text help strings and shows the string associated with the
WX_DECLARE_STRING_HASH_MAP_WITH_DECL(wxPluginLibrary *, wxDLManifest,
- class WXDLLIMPEXP_BASE);
+ class WXDLLIMPEXP_BASE)
typedef wxDLManifest wxDLImports;
// ---------------------------------------------------------------------------
#include "wx/hashmap.h"
-WX_DECLARE_STRING_HASH_MAP(int, wxZipFilenameHashMap);
+WX_DECLARE_STRING_HASH_MAP(int, wxZipFilenameHashMap)
//---------------------------------------------------------------------------
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
};
-WX_DECLARE_STRING_HASH_MAP( wxColour *, wxStringToColourHashMap );
+WX_DECLARE_STRING_HASH_MAP( wxColour *, wxStringToColourHashMap )
class WXDLLEXPORT wxColourDatabase
{
/* count() == 0 | 1 */ \
size_type count( const const_key_type& key ) \
{ return GetNode( key ) ? 1 : 0; } \
-}
+};
#endif // !wxUSE_STL || !defined(HAVE_STL_HASH_MAP)
// Declarations of common hashmap classes
WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual,
- wxLongToLongHashMap, class WXDLLIMPEXP_BASE );
+ wxLongToLongHashMap, class WXDLLIMPEXP_BASE )
#endif // _WX_HASHMAP_H_
/* count() == 0 | 1 */ \
size_type count( const const_key_type& key ) \
{ return GetNode( key ) ? 1 : 0; } \
-}
+};
#endif // !wxUSE_STL || !defined(HAVE_STL_HASH_MAP)
WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry,
wxIntegerHash, wxIntegerEqual,
- wxImageHistogramBase);
+ wxImageHistogramBase)
class WXDLLEXPORT wxImageHistogram : public wxImageHistogramBase
{
#define wxTREE_INSERT_LAST 0xFFFF0002
// hash storing attributes for our items
-WX_DECLARE_EXPORTED_VOIDPTR_HASH_MAP(wxTreeItemAttr *, wxMapTreeAttr);
+WX_DECLARE_EXPORTED_VOIDPTR_HASH_MAP(wxTreeItemAttr *, wxMapTreeAttr)
// ----------------------------------------------------------------------------
// wxTreeCtrl
DECLARE_DYNAMIC_CLASS(wxPrintPaperType)
};
-WX_DECLARE_STRING_HASH_MAP(wxPrintPaperType*, wxStringToPrintPaperTypeHashMap);
+WX_DECLARE_STRING_HASH_MAP(wxPrintPaperType*, wxStringToPrintPaperTypeHashMap)
class WXDLLEXPORT wxPrintPaperTypeList;
#include "wx/protocol/protocol.h"
WX_DECLARE_STRING_HASH_MAP_WITH_DECL( wxString, wxStringToStringHashMap,
- class WXDLLIMPEXP_NET );
+ class WXDLLIMPEXP_NET )
class WXDLLIMPEXP_NET wxHTTP : public wxProtocol
{
// Cache class - stores already requested bitmaps
// ----------------------------------------------------------------------------
-WX_DECLARE_EXPORTED_STRING_HASH_MAP(wxBitmap, wxArtProviderBitmapsHash);
+WX_DECLARE_EXPORTED_STRING_HASH_MAP(wxBitmap, wxArtProviderBitmapsHash)
class WXDLLEXPORT wxArtProviderCache
{
#include <functional>
#include "wx/afterstd.h"
-_WX_DEFINE_BASEARRAY(wxString, wxBaseArrayStringBase);
+_WX_DEFINE_BASEARRAY(wxString, wxBaseArrayStringBase)
// some compilers (Sun CC being the only known example) distinguish between
// extern "C" functions and the functions with C++ linkage and ptr_fun and
// This is a "low-level" class and is used only by wxMsgCatalog
// ----------------------------------------------------------------------------
-WX_DECLARE_EXPORTED_STRING_HASH_MAP(wxString, wxMessagesHash);
+WX_DECLARE_EXPORTED_STRING_HASH_MAP(wxString, wxMessagesHash)
class wxMsgCatalogFile
{
#include "wx/hashmap.h"
WX_DECLARE_HASH_MAP( wxFontEncoding, wxString, wxIntegerHash, wxIntegerEqual,
- wxEncodingNameCache );
+ wxEncodingNameCache )
static wxEncodingNameCache gs_nameCache;
#endif
{
unsigned char R,G,B;
};
-WX_DECLARE_STRING_HASH_MAP(wxXPMColourMapData, wxXPMColourMap);
+WX_DECLARE_STRING_HASH_MAP(wxXPMColourMapData, wxXPMColourMap)
wxImage wxXPMDecoder::ReadData(const char **xpm_data)
{
// Collection of weak references to entries
WX_DECLARE_HASH_MAP(long, wxZipEntry*, wxIntegerHash,
- wxIntegerEqual, wx__OffsetZipEntryMap);
+ wxIntegerEqual, wx__OffsetZipEntryMap)
class wxZipWeakLinks
{
// global variables
// ----------------------------------------------------------------------------
-WX_DECLARE_STRING_HASH_MAP( HSZ, wxAtomMap );
+WX_DECLARE_STRING_HASH_MAP( HSZ, wxAtomMap )
static DWORD DDEIdInst = 0L;
static wxDDEConnection *DDECurrentlyConnecting = NULL;
#endif
#include "wx/hashset.h"
-WX_DECLARE_HASH_SET(wxOwnerDrawn*, wxPointerHash, wxPointerEqual, OwnerDrawnSet);
+WX_DECLARE_HASH_SET(wxOwnerDrawn*, wxPointerHash, wxPointerEqual, OwnerDrawnSet)
#ifdef POP_WARNINGS
#pragma warning(pop)
// define a hash containing all the timers: it is indexed by timer id and
// contains the corresponding timer
WX_DECLARE_HASH_MAP(unsigned long, wxTimer *, wxIntegerHash, wxIntegerEqual,
- wxTimerMap);
+ wxTimerMap)
// instead of using a global here, wrap it in a static function as otherwise it
// could have been used before being initialized if a timer object were created