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 » U++ Library support » U++ Core » VectorMap inside VectorMap
Re: VectorMap inside VectorMap [message #19939 is a reply to message #19934] Tue, 03 February 2009 19:33 Go to previous messageGo to previous message
White_Owl is currently offline  White_Owl
Messages: 27
Registered: January 2009
Location: New York
Promising Member
Ok. Right now I have this:
void define_word(const String& outer_key, const String& inner_key, const String& value) {
	mycontainer &ca = vm.GetAdd(outer_key);
	ca.data.GetAdd(inner_key) = value;
}
That works exactly as I want.
I'm considering this problem solved.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Quick bi-array
Next Topic: Core package build flags
Goto Forum:
  


Current Time: Mon Aug 18 01:47:00 CEST 2025

Total time taken to generate the page: 0.04410 seconds