[aspectc-user] introduce members between existing members

steven stevdev at web.de
Thu May 7 18:31:12 CEST 2009


hi,

I have to introduce a new member between existing members; not just
append the new member:

class MyClass{

	private:
	int one;
	//insert new member here
	int two;
}

how can this be expressed .. how can a sliced be introduced at
certain positions?

advice "MyClass": slice class{
	int between_one_and_two;
}


regards,

steven



More information about the aspectc-user mailing list