U++ framework
Do not panic. Ask here before giving up.

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: 14291
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: 14291
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: Sun Jun 28 03:57:56 GMT+2 2026

Total time taken to generate the page: 0.00406 seconds