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 » Newbie corner » How to access base class function in this case?
Re: How to access base class function in this case? [message #55332 is a reply to message #55331] Sat, 31 October 2020 14:39 Go to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member

struct FooExt : Foo
{
	int nMessageID;
	VectorMap<String, int> scores;

	void Serialize(Stream& s)
	{
		Foo::Serialize(s); // <<<<<<<<<<<<<<<<<<< ------------------
		s % nMessageID % scores;	
	}
 
Read Message
Read Message
Previous Topic: What collection to use to achieve this?
Next Topic: login and main window
Goto Forum:
  


Current Time: Fri May 10 08:45:19 CEST 2024

Total time taken to generate the page: 0.02626 seconds