#include <wx/propgrid/property.h>
wxPGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.
a map).
Public Types | |
typedef wxPGHashMapS2P::const_iterator | const_iterator |
Public Member Functions | |
wxPGAttributeStorage () | |
~wxPGAttributeStorage () | |
void | Set (const wxString &name, const wxVariant &value) |
unsigned int | GetCount () const |
wxVariant | FindValue (const wxString &name) const |
const_iterator | StartIteration () const |
bool | GetNext (const_iterator &it, wxVariant &variant) const |
typedef wxPGHashMapS2P::const_iterator wxPGAttributeStorage::const_iterator |
wxPGAttributeStorage::wxPGAttributeStorage | ( | ) |
wxPGAttributeStorage::~wxPGAttributeStorage | ( | ) |
unsigned int wxPGAttributeStorage::GetCount | ( | ) | const |
bool wxPGAttributeStorage::GetNext | ( | const_iterator & | it, |
wxVariant & | variant | ||
) | const |
const_iterator wxPGAttributeStorage::StartIteration | ( | ) | const |