All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h.ST_Agedgepair_s Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package h;

import smetana.core.UnsupportedStarStruct;

final public class ST_Agedgepair_s extends UnsupportedStarStruct {

	public final ST_Agedge_s out = new ST_Agedge_s();
	public final ST_Agedge_s in = new ST_Agedge_s();
	
	public ST_Agedgepair_s() {
		this.out.NEXT = in;
		this.in.PREV = out;
	}


}

// struct Agedgepair_s {
// Agedge_t out, in;
// };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy