Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » ArrayCtrl: Set/Add maps
ArrayCtrl: Set/Add maps [message #40701] Thu, 05 September 2013 11:24 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
void ArrayCtrl::Set(int i, const VectorMap<String, Value>& m);
void ArrayCtrl::Set(int i, const ValueMap& m);
void ArrayCtrl::Add(const VectorMap<String, Value>& m);
void ArrayCtrl::Add(const ValueMap& m);

Those method match keys to Ids, then set those found...
Re: ArrayCtrl: Set/Add maps [message #40975 is a reply to message #40701] Wed, 16 October 2013 08:42 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Because of possible ambiguities with Value, I have changed some names:

void ArrayCtrl::SetMap(int i, const ValueMap& m);
void ArrayCtrl::AddMap(const ValueMap& m);

and also added:

void ArrayCtrl::SetArray(int i, const ValueArray& va);
void ArrayCtrl::AddArray(const ValueArray& va);
Previous Topic: Json Date/Time support
Next Topic: [Stable]SortBy[Keys|Values]
Goto Forum:
  


Current Time: Fri Apr 19 19:18:07 CEST 2024

Total time taken to generate the page: 0.01891 seconds